Html Css Color HEX #B24740 Chestnut

📋 copy color: '#B24740'

red 178 ◦ green 71 ◦ blue 64

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

Shades of Chestnut #B24740

Tints of Chestnut #B24740

RGB

 RED value IS 178 (69.92% from 255) = 56.87%

 GREEN value IS 71 (28.13% from 255) = 22.68%

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

R = 56.87%
G = 22.68%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B24740 (or 0xB24740) is known color: Chestnut. HEX triplet: B2, 47 and 40. RGB value is (178,71,64). Sum of RGB (Red+Green+Blue) = 178+71+64=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B24740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24740 is #4DB8BF. Grayscale: #666666. Windows color (decimal): -5093568 or 4212658. OLE color: 4212658.

HSL color Cylindrical-coordinate representation of color #B24740: hue angle of 3.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24740 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 71 64 -
CMYK 0 0.60 0.64 0.30
HSL 3.68º 0.47% 0.47% -
HSV(B) 3.68º 0.64% 0.7% -
XYZ 21.54 14.34 6.48 -
YUV 102.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 178 71 64 0 0.60 0.64 0.30 3.68 0.47 0.47
Hex B2 47 40 0 3C 40 1E 4 2F 2F
Octal 262 107 100 0 74 100 36 4 57 57
Binary 10110010 1000111 1000000 0 111100 1000000 11110 100 101111 101111

Color Harmonies of #B24740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24740

Black with #B24740

Text Example


Text Example

White with #B24740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24740; }

 p { color: rgb(178,71,64); }

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

background-color css

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

 a { background-color: rgb(178,71,64); }

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

border-color css

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

 span { border-color: rgb(178,71,64); }

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