#BB7F71

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

Shades of Brandy Rose #BB7F71

Tints of Brandy Rose #BB7F71

Color information

#BB7F71 (or 0xBB7F71) is unknown color: approx Brandy Rose. HEX triplet: BB, 7F and 71. RGB value is (187,127,113). Sum of RGB (Red+Green+Blue) = 187+127+113=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F71 is #44808E. Grayscale: #8F8F8F. Windows color (decimal): -4489359 or 7438267. OLE color: 7438267.

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

Color convert

RGB187127113-
CMYK00.320.400.27
HSL11.35º35.24%58.82%-
HSV(B)11.35º39.57%73.33%-
XYZ31.0626.9419.18-
YUV143.34110.88159.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=43.79%
G=29.74%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712711300.320.400.2711.3535.2458.82
HexBB7F71020281Bb233b
Octal2731771610405033134373
Binary10111011111111111100010100000101000110111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F71; }

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

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

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

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

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

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

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

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