#BB7B6E

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

Shades of Brandy Rose #BB7B6E

Tints of Brandy Rose #BB7B6E

Color information

#BB7B6E (or 0xBB7B6E) is unknown color: approx Brandy Rose. HEX triplet: BB, 7B and 6E. RGB value is (187,123,110). Sum of RGB (Red+Green+Blue) = 187+123+110=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B6E is #448491. Grayscale: #8C8C8C. Windows color (decimal): -4490386 or 7240635. OLE color: 7240635.

HSL color Cylindrical-coordinate representation of color #BB7B6E: hue angle of 10.13º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB7B6E is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187123110-
CMYK00.340.410.27
HSL10.13º36.15%58.24%-
HSV(B)10.13º41.18%73.33%-
XYZ30.3925.8618.14-
YUV140.65110.7161.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=44.52%
G=29.29%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712311000.340.410.2710.1336.1558.24
HexBB7B6E022291Ba243a
Octal2731731560425133124472
Binary10111011111101111011100100010101001110111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B6E; }

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

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

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

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

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

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

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

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