Html Css Color HEX #B74241 Chestnut

📋 copy color: '#B74241'

red 183 ◦ green 66 ◦ blue 65

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

Shades of Chestnut #B74241

Tints of Chestnut #B74241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 58.28%
G = 21.02%
B = 20.7%

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

#B74241 (or 0xB74241) is known color: Chestnut. HEX triplet: B7, 42 and 41. RGB value is (183,66,65). Sum of RGB (Red+Green+Blue) = 183+66+65=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B74241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74241 is #48BDBE. Grayscale: #646464. Windows color (decimal): -4767167 or 4276919. OLE color: 4276919.

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

Color convert

RGB 183 66 65 -
CMYK 0 0.64 0.64 0.28
HSL 0.51º 0.48% 0.49% -
HSV(B) 0.51º 0.64% 0.72% -
XYZ 22.43 14.35 6.59 -
YUV 100.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 183 66 65 0 0.64 0.64 0.28 0.51 0.48 0.49
Hex B7 42 41 0 40 40 1C 1 30 31
Octal 267 102 101 0 100 100 34 1 60 61
Binary 10110111 1000010 1000001 0 1000000 1000000 11100 1 110000 110001

Color Harmonies of #B74241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74241

Black with #B74241

Text Example


Text Example

White with #B74241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74241; }

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

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

background-color css

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

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

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

border-color css

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

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

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