#BD867C

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

Shades of Brandy Rose #BD867C

Tints of Brandy Rose #BD867C

Color information

#BD867C (or 0xBD867C) is unknown color: approx Brandy Rose. HEX triplet: BD, 86 and 7C. RGB value is (189,134,124). Sum of RGB (Red+Green+Blue) = 189+134+124=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD867C is #427983. Grayscale: #959595. Windows color (decimal): -4356484 or 8160957. OLE color: 8160957.

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

Color convert

RGB189134124-
CMYK00.290.340.26
HSL9.23º32.99%61.37%-
HSV(B)9.23º34.39%74.12%-
XYZ33.1529.3222.98-
YUV149.3113.72156.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=42.28%
G=29.98%
B=27.74%

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
Decimal18913412400.290.340.269.2332.9961.37
HexBD867C01D221A9213d
Octal2752061740354232114175
Binary10111101100001101111100011101100010110101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD867C; }

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

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

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

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

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

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

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

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