#BB7E72

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

Shades of Brandy Rose #BB7E72

Tints of Brandy Rose #BB7E72

Color information

#BB7E72 (or 0xBB7E72) is unknown color: approx Brandy Rose. HEX triplet: BB, 7E and 72. RGB value is (187,126,114). Sum of RGB (Red+Green+Blue) = 187+126+114=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E72 is #44818D. Grayscale: #8E8E8E. Windows color (decimal): -4489614 or 7503547. OLE color: 7503547.

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

Color convert

RGB187126114-
CMYK00.330.390.27
HSL9.86º34.93%59.02%-
HSV(B)9.86º39.04%73.33%-
XYZ30.9926.719.44-
YUV142.87111.71159.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=43.79%
G=29.51%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712611400.330.390.279.8634.9359.02
HexBB7E72021271Ba233b
Octal2731761620414733124373
Binary10111011111111011100100100001100111110111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E72; }

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

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

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

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

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

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

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

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