#BB823D

Color #BB823D Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #BB823D

Tints of Brandy Punch #BB823D

Color information

#BB823D (or 0xBB823D) is unknown color: approx Brandy Punch. HEX triplet: BB, 82 and 3D. RGB value is (187,130,61). Sum of RGB (Red+Green+Blue) = 187+130+61=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB823D is #447DC2. Grayscale: #8B8B8B. Windows color (decimal): -4488643 or 4031163. OLE color: 4031163.

HSL color Cylindrical-coordinate representation of color #BB823D: hue angle of 32.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB823D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18713061-
CMYK00.300.670.27
HSL32.86º50.81%48.63%-
HSV(B)32.86º67.38%73.33%-
XYZ29.3226.878.06-
YUV139.1883.88162.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=49.47%
G=34.39%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871306100.300.670.2732.8650.8148.63
HexBB823D01E431B213331
Octal2732027503610333416361
Binary1011101110000010111101011110100001111011100001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB823D; }

 p { color: rgb(187,130,61); }

 H1.HeaderClassName
 {
   color: #BB823D;
 }
 .AnyTagClassName
 {
   color: #BB823D;
 }
</style>
background-color css

<style>
 a { background-color: #BB823D; }

 a { background-color: rgb(187,130,61); }

 div.DivClassName
 {
   background-color: #BB823D;
 }
 .BgClassName
 {
   background-color: #BB823D;
 }
</style>
border-color css

<style>
 span { border-color: #BB823D; }

 span { border-color: rgb(187,130,61); }

 td.TdClassName
 {
   border-color: #BB823D;
 }
 .TagClassName
 {
   border-color: #BB823D;
 }
</style>