#BB8076

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

Shades of Brandy Rose #BB8076

Tints of Brandy Rose #BB8076

Color information

#BB8076 (or 0xBB8076) is unknown color: approx Brandy Rose. HEX triplet: BB, 80 and 76. RGB value is (187,128,118). Sum of RGB (Red+Green+Blue) = 187+128+118=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8076 is #447F89. Grayscale: #909090. Windows color (decimal): -4489098 or 7766203. OLE color: 7766203.

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

Color convert

RGB187128118-
CMYK00.320.370.27
HSL8.7º33.66%59.8%-
HSV(B)8.7º36.9%73.33%-
XYZ31.4827.3120.75-
YUV144.5113.05158.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=43.19%
G=29.56%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712811800.320.370.278.733.6659.8
HexBB8076020251B9223c
Octal2732001660404533114274
Binary101110111000000011101100100000100101110111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8076; }

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

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

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

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

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

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

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

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