#BB7B42

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

Shades of Brandy Punch #BB7B42

Tints of Brandy Punch #BB7B42

Color information

#BB7B42 (or 0xBB7B42) is unknown color: approx Brandy Punch. HEX triplet: BB, 7B and 42. RGB value is (187,123,66). Sum of RGB (Red+Green+Blue) = 187+123+66=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B42 is #4484BD. Grayscale: #878787. Windows color (decimal): -4490430 or 4357051. OLE color: 4357051.

HSL color Cylindrical-coordinate representation of color #BB7B42: hue angle of 28.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB7B42 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18712366-
CMYK00.340.650.27
HSL28.26º47.83%49.61%-
HSV(B)28.26º64.71%73.33%-
XYZ28.5625.128.5-
YUV135.6488.7164.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 123 (48.44% from 255) = 32.71%
BLUE value IS 66 (26.17% from 255) = 17.55%
R=49.73%
G=32.71%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871236600.340.650.2728.2647.8349.61
HexBB7B42022411B1c3032
Octal27317310204210133346062
Binary1011101111110111000010010001010000011101111100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B42; }

 p { color: rgb(187,123,66); }

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

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

 a { background-color: rgb(187,123,66); }

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

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

 span { border-color: rgb(187,123,66); }

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