Html Css Color HEX #BD7148 Red Damask

📋 copy color: '#BD7148'

red 189 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #BD7148

Tints of Red Damask #BD7148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 50.53%
G = 30.21%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD7148 (or 0xBD7148) is known color: Red Damask. HEX triplet: BD, 71 and 48. RGB value is (189,113,72). Sum of RGB (Red+Green+Blue) = 189+113+72=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7148 is #428EB7. Grayscale: #838383. Windows color (decimal): -4361912 or 4747709. OLE color: 4747709.

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

Color convert

RGB 189 113 72 -
CMYK 0 0.40 0.62 0.26
HSL 21.03º 0.47% 0.51% -
HSV(B) 21.03º 0.62% 0.74% -
XYZ 28.06 23.1 9.11 -
YUV 131.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 189 113 72 0 0.40 0.62 0.26 21.03 0.47 0.51
Hex BD 71 48 0 28 3E 1A 15 2F 33
Octal 275 161 110 0 50 76 32 25 57 63
Binary 10111101 1110001 1001000 0 101000 111110 11010 10101 101111 110011

Color Harmonies of #BD7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7148

Black with #BD7148

Text Example


Text Example

White with #BD7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7148; }

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

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

background-color css

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

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

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

border-color css

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

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

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