Html Css Color HEX #B74F48 Chestnut

📋 copy color: '#B74F48'

red 183 ◦ green 79 ◦ blue 72

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

Shades of Chestnut #B74F48

Tints of Chestnut #B74F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 54.79%
G = 23.65%
B = 21.56%

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

#B74F48 (or 0xB74F48) is known color: Chestnut. HEX triplet: B7, 4F and 48. RGB value is (183,79,72). Sum of RGB (Red+Green+Blue) = 183+79+72=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F48 is #48B0B7. Grayscale: #6D6D6D. Windows color (decimal): -4763832 or 4738999. OLE color: 4738999.

HSL color Cylindrical-coordinate representation of color #B74F48: hue angle of 3.78º 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 #B74F48 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 79 72 -
CMYK 0 0.57 0.61 0.28
HSL 3.78º 0.44% 0.5% -
HSV(B) 3.78º 0.61% 0.72% -
XYZ 23.49 16.13 8.01 -
YUV 109.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 183 79 72 0 0.57 0.61 0.28 3.78 0.44 0.5
Hex B7 4F 48 0 39 3D 1C 4 2C 32
Octal 267 117 110 0 71 75 34 4 54 62
Binary 10110111 1001111 1001000 0 111001 111101 11100 100 101100 110010

Color Harmonies of #B74F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F48

Black with #B74F48

Text Example


Text Example

White with #B74F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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