#BB7D6E

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

Shades of Brandy Rose #BB7D6E

Tints of Brandy Rose #BB7D6E

Color information

#BB7D6E (or 0xBB7D6E) is unknown color: approx Brandy Rose. HEX triplet: BB, 7D and 6E. RGB value is (187,125,110). Sum of RGB (Red+Green+Blue) = 187+125+110=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D6E is #448291. Grayscale: #8D8D8D. Windows color (decimal): -4489874 or 7241147. OLE color: 7241147.

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

Color convert

RGB187125110-
CMYK00.330.410.27
HSL11.69º36.15%58.24%-
HSV(B)11.69º41.18%73.33%-
XYZ30.6426.3618.22-
YUV141.83110.04160.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 125 (49.22% from 255) = 29.62%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=44.31%
G=29.62%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712511000.330.410.2711.6936.1558.24
HexBB7D6E021291Bc243a
Octal2731751560415133144472
Binary10111011111110111011100100001101001110111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D6E; }

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

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

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

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

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

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

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

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