Html Css Color HEX #B74A31 Grenadier

📋 copy color: '#B74A31'

red 183 ◦ green 74 ◦ blue 49

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

Shades of Grenadier #B74A31

Tints of Grenadier #B74A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 59.8%
G = 24.18%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B74A31 (or 0xB74A31) is known color: Grenadier. HEX triplet: B7, 4A and 31. RGB value is (183,74,49). Sum of RGB (Red+Green+Blue) = 183+74+49=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74A31 is #48B5CE. Grayscale: #676767. Windows color (decimal): -4765135 or 3230391. OLE color: 3230391.

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

Color convert

RGB 183 74 49 -
CMYK 0 0.60 0.73 0.28
HSL 11.19º 0.58% 0.45% -
HSV(B) 11.19º 0.73% 0.72% -
XYZ 22.53 15.19 4.65 -
YUV 103.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 183 74 49 0 0.60 0.73 0.28 11.19 0.58 0.45
Hex B7 4A 31 0 3C 49 1C B 3A 2D
Octal 267 112 61 0 74 111 34 13 72 55
Binary 10110111 1001010 110001 0 111100 1001001 11100 1011 111010 101101

Color Harmonies of #B74A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74A31

Black with #B74A31

Text Example


Text Example

White with #B74A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74A31; }

 p { color: rgb(183,74,49); }

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

background-color css

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

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

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

border-color css

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

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

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