#BD734B

Color #BD734B Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #BD734B

Tints of Red Damask #BD734B

Color information

#BD734B (or 0xBD734B) is unknown color: approx Red Damask. HEX triplet: BD, 73 and 4B. RGB value is (189,115,75). Sum of RGB (Red+Green+Blue) = 189+115+75=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD734B is #428CB4. Grayscale: #848484. Windows color (decimal): -4361397 or 4944829. OLE color: 4944829.

HSL color Cylindrical-coordinate representation of color #BD734B: hue angle of 21.05º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD734B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18911575-
CMYK00.390.600.26
HSL21.05º46.34%51.76%-
HSV(B)21.05º60.32%74.12%-
XYZ28.3923.599.71-
YUV132.5795.52168.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.87%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 75 (29.69% from 255) = 19.79%
R=49.87%
G=30.34%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891157500.390.600.2621.0546.3451.76
HexBD734B0273C1A152e34
Octal2751631130477432255664
Binary101111011110011100101101001111111001101010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD734B; }

 p { color: rgb(189,115,75); }

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

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

 a { background-color: rgb(189,115,75); }

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

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

 span { border-color: rgb(189,115,75); }

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