#BD6948

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

Shades of Red Damask #BD6948

Tints of Red Damask #BD6948

Color information

#BD6948 (or 0xBD6948) is unknown color: approx Red Damask. HEX triplet: BD, 69 and 48. RGB value is (189,105,72). Sum of RGB (Red+Green+Blue) = 189+105+72=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6948 is #4296B7. Grayscale: #7E7E7E. Windows color (decimal): -4363960 or 4745661. OLE color: 4745661.

HSL color Cylindrical-coordinate representation of color #BD6948: hue angle of 16.92º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD6948 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18910572-
CMYK00.440.620.26
HSL16.92º46.99%51.18%-
HSV(B)16.92º61.9%74.12%-
XYZ27.2121.398.83-
YUV126.3597.33172.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=51.64%
G=28.69%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891057200.440.620.2616.9246.9951.18
HexBD694802C3E1A112f33
Octal2751511100547632215763
Binary101111011101001100100001011001111101101010001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6948; }

 p { color: rgb(189,105,72); }

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

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

 a { background-color: rgb(189,105,72); }

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

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

 span { border-color: rgb(189,105,72); }

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