#BD807E

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

Shades of Brandy Rose #BD807E

Tints of Brandy Rose #BD807E

Color information

#BD807E (or 0xBD807E) is unknown color: approx Brandy Rose. HEX triplet: BD, 80 and 7E. RGB value is (189,128,126). Sum of RGB (Red+Green+Blue) = 189+128+126=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD807E is #427F81. Grayscale: #929292. Windows color (decimal): -4358018 or 8290493. OLE color: 8290493.

HSL color Cylindrical-coordinate representation of color #BD807E: hue angle of 1.9º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD807E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189128126-
CMYK00.320.330.26
HSL1.9º32.31%61.76%-
HSV(B)1.9º33.33%74.12%-
XYZ32.4727.7623.39-
YUV146.01116.71158.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=42.66%
G=28.89%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912812600.320.330.261.932.3161.76
HexBD807E020211A2203e
Octal275200176040413224076
Binary1011110110000000111111001000001000011101010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD807E; }

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

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

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

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

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

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

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

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