Html Css Color HEX #B74C42 Chestnut

📋 copy color: '#B74C42'

red 183 ◦ green 76 ◦ blue 66

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

Shades of Chestnut #B74C42

Tints of Chestnut #B74C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.38%

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

R = 56.31%
G = 23.38%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B74C42 (or 0xB74C42) is known color: Chestnut. HEX triplet: B7, 4C and 42. RGB value is (183,76,66). Sum of RGB (Red+Green+Blue) = 183+76+66=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C42 is #48B3BD. Grayscale: #6B6B6B. Windows color (decimal): -4764606 or 4345015. OLE color: 4345015.

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

Color convert

RGB 183 76 66 -
CMYK 0 0.58 0.64 0.28
HSL 5.13º 0.47% 0.49% -
HSV(B) 5.13º 0.64% 0.72% -
XYZ 23.1 15.63 6.95 -
YUV 106.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 183 76 66 0 0.58 0.64 0.28 5.13 0.47 0.49
Hex B7 4C 42 0 3A 40 1C 5 2F 31
Octal 267 114 102 0 72 100 34 5 57 61
Binary 10110111 1001100 1000010 0 111010 1000000 11100 101 101111 110001

Color Harmonies of #B74C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C42

Black with #B74C42

Text Example


Text Example

White with #B74C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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