Html Css Color HEX #B74F42 Chestnut

📋 copy color: '#B74F42'

red 183 ◦ green 79 ◦ blue 66

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

Shades of Chestnut #B74F42

Tints of Chestnut #B74F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 55.79%
G = 24.09%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B74F42 (or 0xB74F42) is known color: Chestnut. HEX triplet: B7, 4F and 42. RGB value is (183,79,66). Sum of RGB (Red+Green+Blue) = 183+79+66=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F42 is #48B0BD. Grayscale: #6C6C6C. Windows color (decimal): -4763838 or 4345783. OLE color: 4345783.

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

Color convert

RGB 183 79 66 -
CMYK 0 0.57 0.64 0.28
HSL 6.67º 0.47% 0.49% -
HSV(B) 6.67º 0.64% 0.72% -
XYZ 23.31 16.05 7.02 -
YUV 108.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 183 79 66 0 0.57 0.64 0.28 6.67 0.47 0.49
Hex B7 4F 42 0 39 40 1C 7 2F 31
Octal 267 117 102 0 71 100 34 7 57 61
Binary 10110111 1001111 1000010 0 111001 1000000 11100 111 101111 110001

Color Harmonies of #B74F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F42

Black with #B74F42

Text Example


Text Example

White with #B74F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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