Html Css Color HEX #BD413F Chestnut

📋 copy color: '#BD413F'

red 189 ◦ green 65 ◦ blue 63

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

Shades of Chestnut #BD413F

Tints of Chestnut #BD413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

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

R = 59.62%
G = 20.5%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD413F (or 0xBD413F) is known color: Chestnut. HEX triplet: BD, 41 and 3F. RGB value is (189,65,63). Sum of RGB (Red+Green+Blue) = 189+65+63=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD413F is #42BEC0. Grayscale: #656565. Windows color (decimal): -4374209 or 4145597. OLE color: 4145597.

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

Color convert

RGB 189 65 63 -
CMYK 0 0.66 0.67 0.26
HSL 0.95º 0.5% 0.49% -
HSV(B) 0.95º 0.67% 0.74% -
XYZ 23.77 14.96 6.34 -
YUV 101.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 189 65 63 0 0.66 0.67 0.26 0.95 0.5 0.49
Hex BD 41 3F 0 42 43 1A 1 32 31
Octal 275 101 77 0 102 103 32 1 62 61
Binary 10111101 1000001 111111 0 1000010 1000011 11010 1 110010 110001

Color Harmonies of #BD413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD413F

Black with #BD413F

Text Example


Text Example

White with #BD413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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