Html Css Color HEX #BD423F Chestnut

📋 copy color: '#BD423F'

red 189 ◦ green 66 ◦ blue 63

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

Shades of Chestnut #BD423F

Tints of Chestnut #BD423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 59.43%
G = 20.75%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD423F (or 0xBD423F) is known color: Chestnut. HEX triplet: BD, 42 and 3F. RGB value is (189,66,63). Sum of RGB (Red+Green+Blue) = 189+66+63=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD423F is #42BDC0. Grayscale: #666666. Windows color (decimal): -4373953 or 4145853. OLE color: 4145853.

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

Color convert

RGB 189 66 63 -
CMYK 0 0.65 0.67 0.26
HSL 1.43º 0.5% 0.49% -
HSV(B) 1.43º 0.67% 0.74% -
XYZ 23.83 15.07 6.36 -
YUV 102.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 189 66 63 0 0.65 0.67 0.26 1.43 0.5 0.49
Hex BD 42 3F 0 41 43 1A 1 32 31
Octal 275 102 77 0 101 103 32 1 62 61
Binary 10111101 1000010 111111 0 1000001 1000011 11010 1 110010 110001

Color Harmonies of #BD423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD423F

Black with #BD423F

Text Example


Text Example

White with #BD423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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