Html Css Color HEX #BD744D Red Damask

📋 copy color: '#BD744D'

red 189 ◦ green 116 ◦ blue 77

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

Shades of Red Damask #BD744D

Tints of Red Damask #BD744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 49.48%
G = 30.37%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD744D (or 0xBD744D) is known color: Red Damask. HEX triplet: BD, 74 and 4D. RGB value is (189,116,77). Sum of RGB (Red+Green+Blue) = 189+116+77=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD744D is #428BB2. Grayscale: #858585. Windows color (decimal): -4361139 or 5076157. OLE color: 5076157.

HSL color Cylindrical-coordinate representation of color #BD744D: hue angle of 20.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD744D is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 77 -
CMYK 0 0.39 0.59 0.26
HSL 20.89º 0.46% 0.52% -
HSV(B) 20.89º 0.59% 0.74% -
XYZ 28.57 23.85 10.12 -
YUV 133.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 189 116 77 0 0.39 0.59 0.26 20.89 0.46 0.52
Hex BD 74 4D 0 27 3B 1A 15 2E 34
Octal 275 164 115 0 47 73 32 25 56 64
Binary 10111101 1110100 1001101 0 100111 111011 11010 10101 101110 110100

Color Harmonies of #BD744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD744D

Black with #BD744D

Text Example


Text Example

White with #BD744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD744D; }

 p { color: rgb(189,116,77); }

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

background-color css

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

 a { background-color: rgb(189,116,77); }

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

border-color css

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

 span { border-color: rgb(189,116,77); }

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