#BD6A4B

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

Shades of Red Damask #BD6A4B

Tints of Red Damask #BD6A4B

Color information

#BD6A4B (or 0xBD6A4B) is unknown color: approx Red Damask. HEX triplet: BD, 6A and 4B. RGB value is (189,106,75). Sum of RGB (Red+Green+Blue) = 189+106+75=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A4B is #4295B4. Grayscale: #7F7F7F. Windows color (decimal): -4363701 or 4942525. OLE color: 4942525.

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

Color convert

RGB18910675-
CMYK00.440.600.26
HSL16.32º46.34%51.76%-
HSV(B)16.32º60.32%74.12%-
XYZ27.4121.639.39-
YUV127.2898.5172.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.08%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=51.08%
G=28.65%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891067500.440.600.2616.3246.3451.76
HexBD6A4B02C3C1A102e34
Octal2751521130547432205664
Binary101111011101010100101101011001111001101010000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A4B; }

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

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

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

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

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

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

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

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