Html Css Color HEX #BD413E Chestnut

📋 copy color: '#BD413E'

red 189 ◦ green 65 ◦ blue 62

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

Shades of Chestnut #BD413E

Tints of Chestnut #BD413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.62%

R = 59.81%
G = 20.57%
B = 19.62%

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

#BD413E (or 0xBD413E) is known color: Chestnut. HEX triplet: BD, 41 and 3E. RGB value is (189,65,62). Sum of RGB (Red+Green+Blue) = 189+65+62=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD413E is #42BEC1. Grayscale: #656565. Windows color (decimal): -4374210 or 4080061. OLE color: 4080061.

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

Color convert

RGB 189 65 62 -
CMYK 0 0.66 0.67 0.26
HSL 1.42º 0.51% 0.49% -
HSV(B) 1.42º 0.67% 0.74% -
XYZ 23.75 14.95 6.19 -
YUV 101.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 189 65 62 0 0.66 0.67 0.26 1.42 0.51 0.49
Hex BD 41 3E 0 42 43 1A 1 33 31
Octal 275 101 76 0 102 103 32 1 63 61
Binary 10111101 1000001 111110 0 1000010 1000011 11010 1 110011 110001

Color Harmonies of #BD413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD413E

Black with #BD413E

Text Example


Text Example

White with #BD413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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