#BB7F70

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

Shades of Brandy Rose #BB7F70

Tints of Brandy Rose #BB7F70

Color information

#BB7F70 (or 0xBB7F70) is unknown color: approx Brandy Rose. HEX triplet: BB, 7F and 70. RGB value is (187,127,112). Sum of RGB (Red+Green+Blue) = 187+127+112=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F70 is #44808F. Grayscale: #8F8F8F. Windows color (decimal): -4489360 or 7372731. OLE color: 7372731.

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

Color convert

RGB187127112-
CMYK00.320.400.27
HSL12º35.55%58.63%-
HSV(B)12º40.11%73.33%-
XYZ31.0126.9118.89-
YUV143.23110.38159.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=43.90%
G=29.81%
B=26.29%

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
Decimal18712711200.320.400.271235.5558.63
HexBB7F70020281Bc243b
Octal2731771600405033144473
Binary10111011111111111100000100000101000110111100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F70; }

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

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

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

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

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

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

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

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