Html Css Color HEX #BD7149 Red Damask

📋 copy color: '#BD7149'

red 189 ◦ green 113 ◦ blue 73

#BD7149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #BD7149

Tints of Red Damask #BD7149

RGB

 RED value IS 189 (74.22% from 255) = 50.4%

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 50.4%
G = 30.13%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD7149 (or 0xBD7149) is known color: Red Damask. HEX triplet: BD, 71 and 49. RGB value is (189,113,73). Sum of RGB (Red+Green+Blue) = 189+113+73=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7149 is #428EB6. Grayscale: #838383. Windows color (decimal): -4361911 or 4813245. OLE color: 4813245.

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

Color convert

RGB 189 113 73 -
CMYK 0 0.40 0.61 0.26
HSL 20.69º 0.47% 0.51% -
HSV(B) 20.69º 0.61% 0.74% -
XYZ 28.09 23.11 9.28 -
YUV 131.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 189 113 73 0 0.40 0.61 0.26 20.69 0.47 0.51
Hex BD 71 49 0 28 3D 1A 15 2F 33
Octal 275 161 111 0 50 75 32 25 57 63
Binary 10111101 1110001 1001001 0 101000 111101 11010 10101 101111 110011

Color Harmonies of #BD7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7149

Black with #BD7149

Text Example


Text Example

White with #BD7149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7149; }

 p { color: rgb(189,113,73); }

 H1.HeaderClassName
 {
   color: #BD7149;
 }
 .AnyTagClassName
 {
   color: #BD7149;
 }
</style>

background-color css

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

 a { background-color: rgb(189,113,73); }

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

border-color css

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

 span { border-color: rgb(189,113,73); }

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