Html Css Color HEX #B74742 Chestnut

📋 copy color: '#B74742'

red 183 ◦ green 71 ◦ blue 66

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

Shades of Chestnut #B74742

Tints of Chestnut #B74742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

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

R = 57.19%
G = 22.19%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B74742 (or 0xB74742) is known color: Chestnut. HEX triplet: B7, 47 and 42. RGB value is (183,71,66). Sum of RGB (Red+Green+Blue) = 183+71+66=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B74742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74742 is #48B8BD. Grayscale: #686868. Windows color (decimal): -4765886 or 4343735. OLE color: 4343735.

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

Color convert

RGB 183 71 66 -
CMYK 0 0.61 0.64 0.28
HSL 2.56º 0.47% 0.49% -
HSV(B) 2.56º 0.64% 0.72% -
XYZ 22.77 14.97 6.84 -
YUV 103.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 183 71 66 0 0.61 0.64 0.28 2.56 0.47 0.49
Hex B7 47 42 0 3D 40 1C 3 2F 31
Octal 267 107 102 0 75 100 34 3 57 61
Binary 10110111 1000111 1000010 0 111101 1000000 11100 11 101111 110001

Color Harmonies of #B74742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74742

Black with #B74742

Text Example


Text Example

White with #B74742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74742; }

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

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

background-color css

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

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

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

border-color css

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

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

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