Html Css Color HEX #B74B49 Chestnut

📋 copy color: '#B74B49'

red 183 ◦ green 75 ◦ blue 73

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

Shades of Chestnut #B74B49

Tints of Chestnut #B74B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.66%

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

R = 55.29%
G = 22.66%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B74B49 (or 0xB74B49) is known color: Chestnut. HEX triplet: B7, 4B and 49. RGB value is (183,75,73). Sum of RGB (Red+Green+Blue) = 183+75+73=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B49 is #48B4B6. Grayscale: #6B6B6B. Windows color (decimal): -4764855 or 4803511. OLE color: 4803511.

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

Color convert

RGB 183 75 73 -
CMYK 0 0.59 0.60 0.28
HSL 1.09º 0.43% 0.5% -
HSV(B) 1.09º 0.6% 0.72% -
XYZ 23.25 15.58 8.09 -
YUV 107.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 183 75 73 0 0.59 0.60 0.28 1.09 0.43 0.5
Hex B7 4B 49 0 3B 3C 1C 1 2B 32
Octal 267 113 111 0 73 74 34 1 53 62
Binary 10110111 1001011 1001001 0 111011 111100 11100 1 101011 110010

Color Harmonies of #B74B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B49

Black with #B74B49

Text Example


Text Example

White with #B74B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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