#BD807C

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

Shades of Brandy Rose #BD807C

Tints of Brandy Rose #BD807C

Color information

#BD807C (or 0xBD807C) is unknown color: approx Brandy Rose. HEX triplet: BD, 80 and 7C. RGB value is (189,128,124). Sum of RGB (Red+Green+Blue) = 189+128+124=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD807C is #427F83. Grayscale: #919191. Windows color (decimal): -4358020 or 8159421. OLE color: 8159421.

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

Color convert

RGB189128124-
CMYK00.320.340.26
HSL3.69º32.99%61.37%-
HSV(B)3.69º34.39%74.12%-
XYZ32.3427.7122.71-
YUV145.78115.71158.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=42.86%
G=29.02%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912812400.320.340.263.6932.9961.37
HexBD807C020221A4213d
Octal275200174040423244175
Binary10111101100000001111100010000010001011010100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD807C; }

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

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

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

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

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

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

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

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