#BD7D70

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

Shades of Brandy Rose #BD7D70

Tints of Brandy Rose #BD7D70

Color information

#BD7D70 (or 0xBD7D70) is unknown color: approx Brandy Rose. HEX triplet: BD, 7D and 70. RGB value is (189,125,112). Sum of RGB (Red+Green+Blue) = 189+125+112=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7D70 is #42828F. Grayscale: #8E8E8E. Windows color (decimal): -4358800 or 7372221. OLE color: 7372221.

HSL color Cylindrical-coordinate representation of color #BD7D70: hue angle of 10.13º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7D70 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189125112-
CMYK00.340.410.26
HSL10.13º36.84%59.02%-
HSV(B)10.13º40.74%74.12%-
XYZ31.2426.6618.83-
YUV142.65110.7161.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=44.37%
G=29.34%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912511200.340.410.2610.1336.8459.02
HexBD7D70022291Aa253b
Octal2751751600425132124573
Binary10111101111110111100000100010101001110101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7D70; }

 p { color: rgb(189,125,112); }

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

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

 a { background-color: rgb(189,125,112); }

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

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

 span { border-color: rgb(189,125,112); }

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