Html Css Color HEX #BD4A49 Chestnut

📋 copy color: '#BD4A49'

red 189 ◦ green 74 ◦ blue 73

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

Shades of Chestnut #BD4A49

Tints of Chestnut #BD4A49

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

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

R = 56.25%
G = 22.02%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD4A49 (or 0xBD4A49) is known color: Chestnut. HEX triplet: BD, 4A and 49. RGB value is (189,74,73). Sum of RGB (Red+Green+Blue) = 189+74+73=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A49 is #42B5B6. Grayscale: #6C6C6C. Windows color (decimal): -4371895 or 4803261. OLE color: 4803261.

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

Color convert

RGB 189 74 73 -
CMYK 0 0.61 0.61 0.26
HSL 0.52º 0.47% 0.51% -
HSV(B) 0.52º 0.61% 0.74% -
XYZ 24.64 16.2 8.13 -
YUV 108.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 189 74 73 0 0.61 0.61 0.26 0.52 0.47 0.51
Hex BD 4A 49 0 3D 3D 1A 1 2F 33
Octal 275 112 111 0 75 75 32 1 57 63
Binary 10111101 1001010 1001001 0 111101 111101 11010 1 101111 110011

Color Harmonies of #BD4A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A49

Black with #BD4A49

Text Example


Text Example

White with #BD4A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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