Html Css Color HEX #BD4642 Chestnut

📋 copy color: '#BD4642'

red 189 ◦ green 70 ◦ blue 66

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

Shades of Chestnut #BD4642

Tints of Chestnut #BD4642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 58.15%
G = 21.54%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BD4642 (or 0xBD4642) is known color: Chestnut. HEX triplet: BD, 46 and 42. RGB value is (189,70,66). Sum of RGB (Red+Green+Blue) = 189+70+66=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4642 is #42B9BD. Grayscale: #696969. Windows color (decimal): -4372926 or 4343485. OLE color: 4343485.

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

Color convert

RGB 189 70 66 -
CMYK 0 0.63 0.65 0.26
HSL 1.95º 0.48% 0.5% -
HSV(B) 1.95º 0.65% 0.74% -
XYZ 24.16 15.59 6.89 -
YUV 105.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 189 70 66 0 0.63 0.65 0.26 1.95 0.48 0.5
Hex BD 46 42 0 3F 41 1A 2 30 32
Octal 275 106 102 0 77 101 32 2 60 62
Binary 10111101 1000110 1000010 0 111111 1000001 11010 10 110000 110010

Color Harmonies of #BD4642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4642

Black with #BD4642

Text Example


Text Example

White with #BD4642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4642; }

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

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

background-color css

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

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

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

border-color css

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

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

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