#BD857D

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

Shades of Brandy Rose #BD857D

Tints of Brandy Rose #BD857D

Color information

#BD857D (or 0xBD857D) is unknown color: approx Brandy Rose. HEX triplet: BD, 85 and 7D. RGB value is (189,133,125). Sum of RGB (Red+Green+Blue) = 189+133+125=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD857D is #427A82. Grayscale: #949494. Windows color (decimal): -4356739 or 8226237. OLE color: 8226237.

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

Color convert

RGB189133125-
CMYK00.300.340.26
HSL7.5º32.65%61.57%-
HSV(B)7.5º33.86%74.12%-
XYZ33.0829.0723.27-
YUV148.83114.55156.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=42.28%
G=29.75%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913312500.300.340.267.532.6561.57
HexBD857D01E221A8213e
Octal2752051750364232104176
Binary10111101100001011111101011110100010110101000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD857D; }

 p { color: rgb(189,133,125); }

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

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

 a { background-color: rgb(189,133,125); }

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

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

 span { border-color: rgb(189,133,125); }

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