#BB7B70

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

Shades of Brandy Rose #BB7B70

Tints of Brandy Rose #BB7B70

Color information

#BB7B70 (or 0xBB7B70) is unknown color: approx Brandy Rose. HEX triplet: BB, 7B and 70. RGB value is (187,123,112). Sum of RGB (Red+Green+Blue) = 187+123+112=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B70 is #44848F. Grayscale: #8C8C8C. Windows color (decimal): -4490384 or 7371707. OLE color: 7371707.

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

Color convert

RGB187123112-
CMYK00.340.400.27
HSL8.8º35.55%58.63%-
HSV(B)8.8º40.11%73.33%-
XYZ30.525.918.72-
YUV140.88111.7160.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=44.31%
G=29.15%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712311200.340.400.278.835.5558.63
HexBB7B70022281B9243b
Octal2731731600425033114473
Binary10111011111101111100000100010101000110111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B70; }

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

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

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

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

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

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

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

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