#BD6E4B

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

Shades of Red Damask #BD6E4B

Tints of Red Damask #BD6E4B

Color information

#BD6E4B (or 0xBD6E4B) is unknown color: approx Red Damask. HEX triplet: BD, 6E and 4B. RGB value is (189,110,75). Sum of RGB (Red+Green+Blue) = 189+110+75=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E4B is #4291B4. Grayscale: #818181. Windows color (decimal): -4362677 or 4943549. OLE color: 4943549.

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

Color convert

RGB18911075-
CMYK00.420.600.26
HSL18.42º46.34%51.76%-
HSV(B)18.42º60.32%74.12%-
XYZ27.8322.489.53-
YUV129.6397.17170.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 110 (43.36% from 255) = 29.41%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=50.53%
G=29.41%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891107500.420.600.2618.4246.3451.76
HexBD6E4B02A3C1A122e34
Octal2751561130527432225664
Binary101111011101110100101101010101111001101010010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E4B; }

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

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

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

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

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

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

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

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