#BB814D

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

Shades of Brandy Punch #BB814D

Tints of Brandy Punch #BB814D

Color information

#BB814D (or 0xBB814D) is unknown color: approx Brandy Punch. HEX triplet: BB, 81 and 4D. RGB value is (187,129,77). Sum of RGB (Red+Green+Blue) = 187+129+77=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB814D is #447EB2. Grayscale: #8C8C8C. Windows color (decimal): -4488883 or 5079483. OLE color: 5079483.

HSL color Cylindrical-coordinate representation of color #BB814D: hue angle of 28.36º 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 #BB814D is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18712977-
CMYK00.310.590.27
HSL28.36º44.72%51.76%-
HSV(B)28.36º58.82%73.33%-
XYZ29.6826.810.63-
YUV140.4192.22161.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=47.58%
G=32.82%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871297700.310.590.2728.3644.7251.76
HexBB814D01F3B1B1c2d34
Octal2732011150377333345564
Binary101110111000000110011010111111110111101111100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB814D; }

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

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

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

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

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

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

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

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