#BD857C

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

Shades of Brandy Rose #BD857C

Tints of Brandy Rose #BD857C

Color information

#BD857C (or 0xBD857C) is unknown color: approx Brandy Rose. HEX triplet: BD, 85 and 7C. RGB value is (189,133,124). Sum of RGB (Red+Green+Blue) = 189+133+124=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD857C is #427A83. Grayscale: #949494. Windows color (decimal): -4356740 or 8160701. OLE color: 8160701.

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

Color convert

RGB189133124-
CMYK00.300.340.26
HSL8.31º32.99%61.37%-
HSV(B)8.31º34.39%74.12%-
XYZ33.0129.0522.94-
YUV148.72114.05156.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=42.38%
G=29.82%
B=27.80%

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
Decimal18913312400.300.340.268.3132.9961.37
HexBD857C01E221A8213d
Octal2752051740364232104175
Binary10111101100001011111100011110100010110101000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD857C; }

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

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

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

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

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

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

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

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