#BD8975

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

Shades of Brandy Rose #BD8975

Tints of Brandy Rose #BD8975

Color information

#BD8975 (or 0xBD8975) is unknown color: approx Brandy Rose. HEX triplet: BD, 89 and 75. RGB value is (189,137,117). Sum of RGB (Red+Green+Blue) = 189+137+117=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8975 is #42768A. Grayscale: #969696. Windows color (decimal): -4355723 or 7702973. OLE color: 7702973.

HSL color Cylindrical-coordinate representation of color #BD8975: hue angle of 16.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8975 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB189137117-
CMYK00.280.380.26
HSL16.67º35.29%60%-
HSV(B)16.67º38.1%74.12%-
XYZ33.1429.9920.87-
YUV150.27109.23155.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=42.66%
G=30.93%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913711700.280.380.2616.6735.2960
HexBD897501C261A11233c
Octal2752111650344632214374
Binary101111011000100111101010111001001101101010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8975; }

 p { color: rgb(189,137,117); }

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

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

 a { background-color: rgb(189,137,117); }

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

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

 span { border-color: rgb(189,137,117); }

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