#BB807D

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

Shades of Brandy Rose #BB807D

Tints of Brandy Rose #BB807D

Color information

#BB807D (or 0xBB807D) is unknown color: approx Brandy Rose. HEX triplet: BB, 80 and 7D. RGB value is (187,128,125). Sum of RGB (Red+Green+Blue) = 187+128+125=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB807D is #447F82. Grayscale: #919191. Windows color (decimal): -4489091 or 8224955. OLE color: 8224955.

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

Color convert

RGB187128125-
CMYK00.320.330.27
HSL2.9º31.31%61.18%-
HSV(B)2.9º33.16%73.33%-
XYZ31.9127.4823.02-
YUV145.3116.55157.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=42.5%
G=29.09%
B=28.41%

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
Decimal18712812500.320.330.272.931.3161.18
HexBB807D020211B31f3d
Octal273200175040413333775
Binary101110111000000011111010100000100001110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB807D; }

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

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

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

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

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

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

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

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