Html Css Color HEX #B24741 Chestnut

📋 copy color: '#B24741'

red 178 ◦ green 71 ◦ blue 65

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

Shades of Chestnut #B24741

Tints of Chestnut #B24741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 56.69%
G = 22.61%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B24741 (or 0xB24741) is known color: Chestnut. HEX triplet: B2, 47 and 41. RGB value is (178,71,65). Sum of RGB (Red+Green+Blue) = 178+71+65=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B24741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24741 is #4DB8BE. Grayscale: #666666. Windows color (decimal): -5093567 or 4278194. OLE color: 4278194.

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

Color convert

RGB 178 71 65 -
CMYK 0 0.60 0.63 0.30
HSL 3.19º 0.47% 0.48% -
HSV(B) 3.19º 0.63% 0.7% -
XYZ 21.57 14.35 6.63 -
YUV 102.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 178 71 65 0 0.60 0.63 0.30 3.19 0.47 0.48
Hex B2 47 41 0 3C 3F 1E 3 2F 30
Octal 262 107 101 0 74 77 36 3 57 60
Binary 10110010 1000111 1000001 0 111100 111111 11110 11 101111 110000

Color Harmonies of #B24741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24741

Black with #B24741

Text Example


Text Example

White with #B24741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24741; }

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

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

background-color css

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

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

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

border-color css

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

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

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