Html Css Color HEX #B74949 Chestnut

📋 copy color: '#B74949'

red 183 ◦ green 73 ◦ blue 73

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

Shades of Chestnut #B74949

Tints of Chestnut #B74949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.19%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 55.62%
G = 22.19%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B74949 (or 0xB74949) is known color: Chestnut. HEX triplet: B7, 49 and 49. RGB value is (183,73,73). Sum of RGB (Red+Green+Blue) = 183+73+73=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B74949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74949 is #48B6B6. Grayscale: #6A6A6A. Windows color (decimal): -4765367 or 4802999. OLE color: 4802999.

HSL color Cylindrical-coordinate representation of color #B74949: hue angle of 0º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74949 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 73 -
CMYK 0 0.60 0.60 0.28
HSL 0.43% 0.5% -
HSV(B) 0.6% 0.72% -
XYZ 23.11 15.31 8.04 -
YUV 105.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 183 73 73 0 0.60 0.60 0.28 0 0.43 0.5
Hex B7 49 49 0 3C 3C 1C 0 2B 32
Octal 267 111 111 0 74 74 34 0 53 62
Binary 10110111 1001001 1001001 0 111100 111100 11100 0 101011 110010

Color Harmonies of #B74949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74949

Black with #B74949

Text Example


Text Example

White with #B74949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74949; }

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

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

background-color css

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

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

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

border-color css

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

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

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