#BD827F

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

Shades of Brandy Rose #BD827F

Tints of Brandy Rose #BD827F

Color information

#BD827F (or 0xBD827F) is unknown color: approx Brandy Rose. HEX triplet: BD, 82 and 7F. RGB value is (189,130,127). Sum of RGB (Red+Green+Blue) = 189+130+127=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD827F is #427D80. Grayscale: #939393. Windows color (decimal): -4357505 or 8356541. OLE color: 8356541.

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

Color convert

RGB189130127-
CMYK00.310.330.26
HSL2.9º31.96%61.96%-
HSV(B)2.9º32.8%74.12%-
XYZ32.828.3223.82-
YUV147.3116.55157.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 127 (50% from 255) = 28.48%
R=42.38%
G=29.15%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913012700.310.330.262.931.9661.96
HexBD827F01F211A3203e
Octal275202177037413234076
Binary101111011000001011111110111111000011101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD827F; }

 p { color: rgb(189,130,127); }

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

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

 a { background-color: rgb(189,130,127); }

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

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

 span { border-color: rgb(189,130,127); }

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