#BB7E71

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

Shades of Brandy Rose #BB7E71

Tints of Brandy Rose #BB7E71

Color information

#BB7E71 (or 0xBB7E71) is unknown color: approx Brandy Rose. HEX triplet: BB, 7E and 71. RGB value is (187,126,113). Sum of RGB (Red+Green+Blue) = 187+126+113=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E71 is #44818E. Grayscale: #8E8E8E. Windows color (decimal): -4489615 or 7438011. OLE color: 7438011.

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

Color convert

RGB187126113-
CMYK00.330.400.27
HSL10.54º35.24%58.82%-
HSV(B)10.54º39.57%73.33%-
XYZ30.9426.6819.14-
YUV142.76111.21159.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=43.90%
G=29.58%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712611300.330.400.2710.5435.2458.82
HexBB7E71021281Bb233b
Octal2731761610415033134373
Binary10111011111111011100010100001101000110111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E71; }

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

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

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

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

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

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

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

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