#BB7B43

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

Shades of Brandy Punch #BB7B43

Tints of Brandy Punch #BB7B43

Color information

#BB7B43 (or 0xBB7B43) is unknown color: approx Brandy Punch. HEX triplet: BB, 7B and 43. RGB value is (187,123,67). Sum of RGB (Red+Green+Blue) = 187+123+67=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B43 is #4484BC. Grayscale: #888888. Windows color (decimal): -4490429 or 4422587. OLE color: 4422587.

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

Color convert

RGB18712367-
CMYK00.340.640.27
HSL28º47.24%49.8%-
HSV(B)28º64.17%73.33%-
XYZ28.5925.148.66-
YUV135.7589.2164.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 67 (26.56% from 255) = 17.77%
R=49.60%
G=32.63%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871236700.340.640.272847.2449.8
HexBB7B43022401B1c2f32
Octal27317310304210033345762
Binary1011101111110111000011010001010000001101111100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B43; }

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

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

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

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

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

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

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

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