#BD704B

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

Shades of Red Damask #BD704B

Tints of Red Damask #BD704B

Color information

#BD704B (or 0xBD704B) is unknown color: approx Red Damask. HEX triplet: BD, 70 and 4B. RGB value is (189,112,75). Sum of RGB (Red+Green+Blue) = 189+112+75=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD704B is #428FB4. Grayscale: #838383. Windows color (decimal): -4362165 or 4944061. OLE color: 4944061.

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

Color convert

RGB18911275-
CMYK00.410.600.26
HSL19.47º46.34%51.76%-
HSV(B)19.47º60.32%74.12%-
XYZ28.0522.929.6-
YUV130.896.51169.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 75 (29.69% from 255) = 19.95%
R=50.27%
G=29.79%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891127500.410.600.2619.4746.3451.76
HexBD704B0293C1A132e34
Octal2751601130517432235664
Binary101111011110000100101101010011111001101010011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD704B; }

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

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

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

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

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

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

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

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