Html Css Color HEX #BD724A Red Damask

📋 copy color: '#BD724A'

red 189 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #BD724A

Tints of Red Damask #BD724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 50.13%
G = 30.24%
B = 19.63%

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

#BD724A (or 0xBD724A) is known color: Red Damask. HEX triplet: BD, 72 and 4A. RGB value is (189,114,74). Sum of RGB (Red+Green+Blue) = 189+114+74=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD724A is #428DB5. Grayscale: #848484. Windows color (decimal): -4361654 or 4879037. OLE color: 4879037.

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

Color convert

RGB 189 114 74 -
CMYK 0 0.40 0.61 0.26
HSL 20.87º 0.47% 0.52% -
HSV(B) 20.87º 0.61% 0.74% -
XYZ 28.24 23.35 9.5 -
YUV 131.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 189 114 74 0 0.40 0.61 0.26 20.87 0.47 0.52
Hex BD 72 4A 0 28 3D 1A 15 2F 34
Octal 275 162 112 0 50 75 32 25 57 64
Binary 10111101 1110010 1001010 0 101000 111101 11010 10101 101111 110100

Color Harmonies of #BD724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD724A

Black with #BD724A

Text Example


Text Example

White with #BD724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD724A; }

 p { color: rgb(189,114,74); }

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

background-color css

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

 a { background-color: rgb(189,114,74); }

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

border-color css

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

 span { border-color: rgb(189,114,74); }

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