Html Css Color HEX #BD4A3F Chestnut

📋 copy color: '#BD4A3F'

red 189 ◦ green 74 ◦ blue 63

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

Shades of Chestnut #BD4A3F

Tints of Chestnut #BD4A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 57.98%
G = 22.7%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD4A3F (or 0xBD4A3F) is known color: Chestnut. HEX triplet: BD, 4A and 3F. RGB value is (189,74,63). Sum of RGB (Red+Green+Blue) = 189+74+63=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A3F is #42B5C0. Grayscale: #6B6B6B. Windows color (decimal): -4371905 or 4147901. OLE color: 4147901.

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

Color convert

RGB 189 74 63 -
CMYK 0 0.61 0.67 0.26
HSL 5.24º 0.5% 0.49% -
HSV(B) 5.24º 0.67% 0.74% -
XYZ 24.33 16.08 6.52 -
YUV 107.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 189 74 63 0 0.61 0.67 0.26 5.24 0.5 0.49
Hex BD 4A 3F 0 3D 43 1A 5 32 31
Octal 275 112 77 0 75 103 32 5 62 61
Binary 10111101 1001010 111111 0 111101 1000011 11010 101 110010 110001

Color Harmonies of #BD4A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A3F

Black with #BD4A3F

Text Example


Text Example

White with #BD4A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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