#BB7E54

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

Shades of Brandy Punch #BB7E54

Tints of Brandy Punch #BB7E54

Color information

#BB7E54 (or 0xBB7E54) is unknown color: approx Brandy Punch. HEX triplet: BB, 7E and 54. RGB value is (187,126,84). Sum of RGB (Red+Green+Blue) = 187+126+84=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E54 is #4481AB. Grayscale: #8B8B8B. Windows color (decimal): -4489644 or 5537467. OLE color: 5537467.

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

Color convert

RGB18712684-
CMYK00.330.550.27
HSL24.47º43.1%53.14%-
HSV(B)24.47º55.08%73.33%-
XYZ29.5526.1311.87-
YUV139.4596.71161.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=47.10%
G=31.74%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871268400.330.550.2724.4743.153.14
HexBB7E54021371B182b35
Octal2731761240416733305365
Binary101110111111110101010001000011101111101111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E54; }

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

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

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

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

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

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

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

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