#bb8038

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

Shades of Brandy Punch #BB8038

Tints of Brandy Punch #BB8038

Color information

#BB8038 (or 0xBB8038) is unknown color: approx Brandy Punch. HEX triplet: BB, 80 and 38. RGB value is (187,128,56). Sum of RGB (Red+Green+Blue) = 187+128+56=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8038 is #447FC7. Grayscale: #898989. Windows color (decimal): -4489160 or 3702971. OLE color: 3702971.

HSL color Cylindrical-coordinate representation of color #BB8038: hue angle of 32.98º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB8038 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18712856-
CMYK00.320.700.27
HSL32.98º53.91%47.65%-
HSV(B)32.98º70.05%73.33%-
XYZ28.9326.297.29-
YUV137.4382.05163.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.40%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=50.40%
G=34.50%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871285600.320.700.2732.9853.9147.65
HexBB8038020461B213630
Octal2732007004010633416660
Binary10111011100000001110000100000100011011011100001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb8038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb8038; }

 p { color: rgb(187,128,56); }

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

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

 a { background-color: rgb(187,128,56); }

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

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

 span { border-color: rgb(187,128,56); }

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