Html Css Color HEX #B74242 Chestnut

📋 copy color: '#B74242'

red 183 ◦ green 66 ◦ blue 66

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

Shades of Chestnut #B74242

Tints of Chestnut #B74242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

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

R = 58.1%
G = 20.95%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B74242 (or 0xB74242) is known color: Chestnut. HEX triplet: B7, 42 and 42. RGB value is (183,66,66). Sum of RGB (Red+Green+Blue) = 183+66+66=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B74242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74242 is #48BDBD. Grayscale: #656565. Windows color (decimal): -4767166 or 4342455. OLE color: 4342455.

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

Color convert

RGB 183 66 66 -
CMYK 0 0.64 0.64 0.28
HSL 0.47% 0.49% -
HSV(B) 0.64% 0.72% -
XYZ 22.46 14.36 6.74 -
YUV 100.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 183 66 66 0 0.64 0.64 0.28 0 0.47 0.49
Hex B7 42 42 0 40 40 1C 0 2F 31
Octal 267 102 102 0 100 100 34 0 57 61
Binary 10110111 1000010 1000010 0 1000000 1000000 11100 0 101111 110001

Color Harmonies of #B74242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74242

Black with #B74242

Text Example


Text Example

White with #B74242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74242; }

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

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

background-color css

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

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

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

border-color css

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

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

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