Html Css Color HEX #B74442 Chestnut

📋 copy color: '#B74442'

red 183 ◦ green 68 ◦ blue 66

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

Shades of Chestnut #B74442

Tints of Chestnut #B74442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

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

R = 57.73%
G = 21.45%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B74442 (or 0xB74442) is known color: Chestnut. HEX triplet: B7, 44 and 42. RGB value is (183,68,66). Sum of RGB (Red+Green+Blue) = 183+68+66=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B74442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74442 is #48BBBD. Grayscale: #666666. Windows color (decimal): -4766654 or 4342967. OLE color: 4342967.

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

Color convert

RGB 183 68 66 -
CMYK 0 0.63 0.64 0.28
HSL 1.03º 0.47% 0.49% -
HSV(B) 1.03º 0.64% 0.72% -
XYZ 22.58 14.59 6.78 -
YUV 102.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 183 68 66 0 0.63 0.64 0.28 1.03 0.47 0.49
Hex B7 44 42 0 3F 40 1C 1 2F 31
Octal 267 104 102 0 77 100 34 1 57 61
Binary 10110111 1000100 1000010 0 111111 1000000 11100 1 101111 110001

Color Harmonies of #B74442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74442

Black with #B74442

Text Example


Text Example

White with #B74442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74442; }

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

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

background-color css

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

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

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

border-color css

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

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

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