#BB824D

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

Shades of Brandy Punch #BB824D

Tints of Brandy Punch #BB824D

Color information

#BB824D (or 0xBB824D) is unknown color: approx Brandy Punch. HEX triplet: BB, 82 and 4D. RGB value is (187,130,77). Sum of RGB (Red+Green+Blue) = 187+130+77=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB824D is #447DB2. Grayscale: #8D8D8D. Windows color (decimal): -4488627 or 5079739. OLE color: 5079739.

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

Color convert

RGB18713077-
CMYK00.300.590.27
HSL28.91º44.72%51.76%-
HSV(B)28.91º58.82%73.33%-
XYZ29.8227.0710.67-
YUV14191.88160.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=47.46%
G=32.99%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871307700.300.590.2728.9144.7251.76
HexBB824D01E3B1B1d2d34
Octal2732021150367333355564
Binary101110111000001010011010111101110111101111101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB824D; }

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

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

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

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

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

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

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

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