Html Css Color HEX #BD4640 Chestnut

📋 copy color: '#BD4640'

red 189 ◦ green 70 ◦ blue 64

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

Shades of Chestnut #BD4640

Tints of Chestnut #BD4640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 58.51%
G = 21.67%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD4640 (or 0xBD4640) is known color: Chestnut. HEX triplet: BD, 46 and 40. RGB value is (189,70,64). Sum of RGB (Red+Green+Blue) = 189+70+64=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4640 is #42B9BF. Grayscale: #696969. Windows color (decimal): -4372928 or 4212413. OLE color: 4212413.

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

Color convert

RGB 189 70 64 -
CMYK 0 0.63 0.66 0.26
HSL 2.88º 0.49% 0.5% -
HSV(B) 2.88º 0.66% 0.74% -
XYZ 24.1 15.57 6.59 -
YUV 104.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 189 70 64 0 0.63 0.66 0.26 2.88 0.49 0.5
Hex BD 46 40 0 3F 42 1A 3 31 32
Octal 275 106 100 0 77 102 32 3 61 62
Binary 10111101 1000110 1000000 0 111111 1000010 11010 11 110001 110010

Color Harmonies of #BD4640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4640

Black with #BD4640

Text Example


Text Example

White with #BD4640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4640; }

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

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

background-color css

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

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

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

border-color css

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

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

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