Html Css Color HEX #B74F40 Chestnut

📋 copy color: '#B74F40'

red 183 ◦ green 79 ◦ blue 64

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

Shades of Chestnut #B74F40

Tints of Chestnut #B74F40

RGB

 RED value IS 183 (71.88% from 255) = 56.13%

 GREEN value IS 79 (31.25% from 255) = 24.23%

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

R = 56.13%
G = 24.23%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B74F40 (or 0xB74F40) is known color: Chestnut. HEX triplet: B7, 4F and 40. RGB value is (183,79,64). Sum of RGB (Red+Green+Blue) = 183+79+64=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F40 is #48B0BF. Grayscale: #6C6C6C. Windows color (decimal): -4763840 or 4214711. OLE color: 4214711.

HSL color Cylindrical-coordinate representation of color #B74F40: hue angle of 7.56º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74F40 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 79 64 -
CMYK 0 0.57 0.65 0.28
HSL 7.56º 0.48% 0.48% -
HSV(B) 7.56º 0.65% 0.72% -
XYZ 23.25 16.03 6.72 -
YUV 108.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 183 79 64 0 0.57 0.65 0.28 7.56 0.48 0.48
Hex B7 4F 40 0 39 41 1C 8 30 30
Octal 267 117 100 0 71 101 34 10 60 60
Binary 10110111 1001111 1000000 0 111001 1000001 11100 1000 110000 110000

Color Harmonies of #B74F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F40

Black with #B74F40

Text Example


Text Example

White with #B74F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F40; }

 p { color: rgb(183,79,64); }

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

background-color css

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

 a { background-color: rgb(183,79,64); }

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

border-color css

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

 span { border-color: rgb(183,79,64); }

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