#BD817E

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

Shades of Brandy Rose #BD817E

Tints of Brandy Rose #BD817E

Color information

#BD817E (or 0xBD817E) is unknown color: approx Brandy Rose. HEX triplet: BD, 81 and 7E. RGB value is (189,129,126). Sum of RGB (Red+Green+Blue) = 189+129+126=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD817E is #427E81. Grayscale: #929292. Windows color (decimal): -4357762 or 8290749. OLE color: 8290749.

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

Color convert

RGB189129126-
CMYK00.320.330.26
HSL2.86º32.31%61.76%-
HSV(B)2.86º33.33%74.12%-
XYZ32.628.0323.43-
YUV146.6116.38158.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=42.57%
G=29.05%
B=28.38%

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
Decimal18912912600.320.330.262.8632.3161.76
HexBD817E020211A3203e
Octal275201176040413234076
Binary1011110110000001111111001000001000011101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD817E; }

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

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

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

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

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

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

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

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