#BD847F

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

Shades of Brandy Rose #BD847F

Tints of Brandy Rose #BD847F

Color information

#BD847F (or 0xBD847F) is unknown color: approx Brandy Rose. HEX triplet: BD, 84 and 7F. RGB value is (189,132,127). Sum of RGB (Red+Green+Blue) = 189+132+127=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD847F is #427B80. Grayscale: #949494. Windows color (decimal): -4356993 or 8357053. OLE color: 8357053.

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

Color convert

RGB189132127-
CMYK00.300.330.26
HSL4.84º31.96%61.96%-
HSV(B)4.84º32.8%74.12%-
XYZ33.0728.8523.91-
YUV148.47115.88156.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 127 (50% from 255) = 28.35%
R=42.19%
G=29.46%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913212700.300.330.264.8431.9661.96
HexBD847F01E211A5203e
Octal275204177036413254076
Binary1011110110000100111111101111010000111010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD847F; }

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

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

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

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

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

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

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

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