#BD8575

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

Shades of Brandy Rose #BD8575

Tints of Brandy Rose #BD8575

Color information

#BD8575 (or 0xBD8575) is unknown color: approx Brandy Rose. HEX triplet: BD, 85 and 75. RGB value is (189,133,117). Sum of RGB (Red+Green+Blue) = 189+133+117=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8575 is #427A8A. Grayscale: #949494. Windows color (decimal): -4356747 or 7701949. OLE color: 7701949.

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

Color convert

RGB189133117-
CMYK00.300.380.26
HSL13.33º35.29%60%-
HSV(B)13.33º38.1%74.12%-
XYZ32.5828.8820.69-
YUV147.92110.55157.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=43.05%
G=30.30%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913311700.300.380.2613.3335.2960
HexBD857501E261Ad233c
Octal2752051650364632154374
Binary10111101100001011110101011110100110110101101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8575; }

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

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

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

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

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

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

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

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