Html Css Color HEX #BD4A46 Chestnut

📋 copy color: '#BD4A46'

red 189 ◦ green 74 ◦ blue 70

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

Shades of Chestnut #BD4A46

Tints of Chestnut #BD4A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 56.76%
G = 22.22%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD4A46 (or 0xBD4A46) is known color: Chestnut. HEX triplet: BD, 4A and 46. RGB value is (189,74,70). Sum of RGB (Red+Green+Blue) = 189+74+70=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A46 is #42B5B9. Grayscale: #6C6C6C. Windows color (decimal): -4371898 or 4606653. OLE color: 4606653.

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

Color convert

RGB 189 74 70 -
CMYK 0 0.61 0.63 0.26
HSL 2.02º 0.47% 0.51% -
HSV(B) 2.02º 0.63% 0.74% -
XYZ 24.54 16.16 7.62 -
YUV 107.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 189 74 70 0 0.61 0.63 0.26 2.02 0.47 0.51
Hex BD 4A 46 0 3D 3F 1A 2 2F 33
Octal 275 112 106 0 75 77 32 2 57 63
Binary 10111101 1001010 1000110 0 111101 111111 11010 10 101111 110011

Color Harmonies of #BD4A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A46

Black with #BD4A46

Text Example


Text Example

White with #BD4A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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