Html Css Color HEX #B74F47 Chestnut

📋 copy color: '#B74F47'

red 183 ◦ green 79 ◦ blue 71

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

Shades of Chestnut #B74F47

Tints of Chestnut #B74F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 54.95%
G = 23.72%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B74F47 (or 0xB74F47) is known color: Chestnut. HEX triplet: B7, 4F and 47. RGB value is (183,79,71). Sum of RGB (Red+Green+Blue) = 183+79+71=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F47 is #48B0B8. Grayscale: #6D6D6D. Windows color (decimal): -4763833 or 4673463. OLE color: 4673463.

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

Color convert

RGB 183 79 71 -
CMYK 0 0.57 0.61 0.28
HSL 4.29º 0.44% 0.5% -
HSV(B) 4.29º 0.61% 0.72% -
XYZ 23.46 16.11 7.84 -
YUV 109.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 183 79 71 0 0.57 0.61 0.28 4.29 0.44 0.5
Hex B7 4F 47 0 39 3D 1C 4 2C 32
Octal 267 117 107 0 71 75 34 4 54 62
Binary 10110111 1001111 1000111 0 111001 111101 11100 100 101100 110010

Color Harmonies of #B74F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F47

Black with #B74F47

Text Example


Text Example

White with #B74F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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