#BB7D76

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

Shades of Brandy Rose #BB7D76

Tints of Brandy Rose #BB7D76

Color information

#BB7D76 (or 0xBB7D76) is unknown color: approx Brandy Rose. HEX triplet: BB, 7D and 76. RGB value is (187,125,118). Sum of RGB (Red+Green+Blue) = 187+125+118=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D76 is #448289. Grayscale: #8E8E8E. Windows color (decimal): -4489866 or 7765435. OLE color: 7765435.

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

Color convert

RGB187125118-
CMYK00.330.370.27
HSL6.09º33.66%59.8%-
HSV(B)6.09º36.9%73.33%-
XYZ31.126.5420.62-
YUV142.74114.04159.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=43.49%
G=29.07%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712511800.330.370.276.0933.6659.8
HexBB7D76021251B6223c
Octal273175166041453364274
Binary1011101111111011110110010000110010111011110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D76; }

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

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

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

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

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

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

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

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