#BD8180

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

Shades of Brandy Rose #BD8180

Tints of Brandy Rose #BD8180

Color information

#BD8180 (or 0xBD8180) is unknown color: approx Brandy Rose. HEX triplet: BD, 81 and 80. RGB value is (189,129,128). Sum of RGB (Red+Green+Blue) = 189+129+128=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8180 is #427E7F. Grayscale: #929292. Windows color (decimal): -4357760 or 8421821. OLE color: 8421821.

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

Color convert

RGB189129128-
CMYK00.320.320.26
HSL0.98º31.61%62.16%-
HSV(B)0.98º32.28%74.12%-
XYZ32.7328.0824.12-
YUV146.83117.38158.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=42.38%
G=28.92%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912912800.320.320.260.9831.6162.16
HexBD8180020201A1203e
Octal275201200040403214076
Binary1011110110000001100000000100000100000110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8180; }

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

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

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

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

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

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

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

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