#BB7E43

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

Shades of Brandy Punch #BB7E43

Tints of Brandy Punch #BB7E43

Color information

#BB7E43 (or 0xBB7E43) is unknown color: approx Brandy Punch. HEX triplet: BB, 7E and 43. RGB value is (187,126,67). Sum of RGB (Red+Green+Blue) = 187+126+67=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E43 is #4481BC. Grayscale: #898989. Windows color (decimal): -4489661 or 4423355. OLE color: 4423355.

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

Color convert

RGB18712667-
CMYK00.330.640.27
HSL29.5º47.24%49.8%-
HSV(B)29.5º64.17%73.33%-
XYZ28.9725.898.78-
YUV137.5188.21163.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 67 (26.56% from 255) = 17.63%
R=49.21%
G=33.16%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871266700.330.640.2729.547.2449.8
HexBB7E43021401B1e2f32
Octal27317610304110033365762
Binary1011101111111101000011010000110000001101111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E43; }

 p { color: rgb(187,126,67); }

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

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

 a { background-color: rgb(187,126,67); }

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

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

 span { border-color: rgb(187,126,67); }

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