#BB807E

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

Shades of Brandy Rose #BB807E

Tints of Brandy Rose #BB807E

Color information

#BB807E (or 0xBB807E) is unknown color: approx Brandy Rose. HEX triplet: BB, 80 and 7E. RGB value is (187,128,126). Sum of RGB (Red+Green+Blue) = 187+128+126=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB807E is #447F81. Grayscale: #919191. Windows color (decimal): -4489090 or 8290491. OLE color: 8290491.

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

Color convert

RGB187128126-
CMYK00.320.330.27
HSL1.97º30.96%61.37%-
HSV(B)1.97º32.62%73.33%-
XYZ31.9827.5123.36-
YUV145.41117.05157.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=42.40%
G=29.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712812600.320.330.271.9730.9661.37
HexBB807E020211B21f3d
Octal273200176040413323775
Binary101110111000000011111100100000100001110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB807E; }

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

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

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

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

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

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

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

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