#BD877C

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

Shades of Brandy Rose #BD877C

Tints of Brandy Rose #BD877C

Color information

#BD877C (or 0xBD877C) is unknown color: approx Brandy Rose. HEX triplet: BD, 87 and 7C. RGB value is (189,135,124). Sum of RGB (Red+Green+Blue) = 189+135+124=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD877C is #427883. Grayscale: #959595. Windows color (decimal): -4356228 or 8161213. OLE color: 8161213.

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

Color convert

RGB189135124-
CMYK00.290.340.26
HSL10.15º32.99%61.37%-
HSV(B)10.15º34.39%74.12%-
XYZ33.2929.623.03-
YUV149.89113.39155.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=42.19%
G=30.13%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913512400.290.340.2610.1532.9961.37
HexBD877C01D221Aa213d
Octal2752071740354232124175
Binary10111101100001111111100011101100010110101010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD877C; }

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

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

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

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

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

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

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

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