#BB814F

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

Shades of Brandy Punch #BB814F

Tints of Brandy Punch #BB814F

Color information

#BB814F (or 0xBB814F) is unknown color: approx Brandy Punch. HEX triplet: BB, 81 and 4F. RGB value is (187,129,79). Sum of RGB (Red+Green+Blue) = 187+129+79=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB814F is #447EB0. Grayscale: #8C8C8C. Windows color (decimal): -4488881 or 5210555. OLE color: 5210555.

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

Color convert

RGB18712979-
CMYK00.310.580.27
HSL27.78º44.26%52.16%-
HSV(B)27.78º57.75%73.33%-
XYZ29.7626.8311.01-
YUV140.6493.22161.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 79 (31.25% from 255) = 20%
R=47.34%
G=32.66%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871297900.310.580.2727.7844.2652.16
HexBB814F01F3A1B1c2c34
Octal2732011170377233345464
Binary101110111000000110011110111111110101101111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB814F; }

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

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

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

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

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

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

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

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