#BD8775

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

Shades of Brandy Rose #BD8775

Tints of Brandy Rose #BD8775

Color information

#BD8775 (or 0xBD8775) is unknown color: approx Brandy Rose. HEX triplet: BD, 87 and 75. RGB value is (189,135,117). Sum of RGB (Red+Green+Blue) = 189+135+117=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8775 is #42788A. Grayscale: #959595. Windows color (decimal): -4356235 or 7702461. OLE color: 7702461.

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

Color convert

RGB189135117-
CMYK00.290.380.26
HSL15º35.29%60%-
HSV(B)15º38.1%74.12%-
XYZ32.8629.4320.78-
YUV149.09109.89156.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=42.86%
G=30.61%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913511700.290.380.261535.2960
HexBD877501D261Af233c
Octal2752071650354632174374
Binary10111101100001111110101011101100110110101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8775; }

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

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

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

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

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

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

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

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