Html Css Color HEX #B74731 Grenadier

📋 copy color: '#B74731'

red 183 ◦ green 71 ◦ blue 49

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

Shades of Grenadier #B74731

Tints of Grenadier #B74731

RGB

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

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

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

R = 60.4%
G = 23.43%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B74731 (or 0xB74731) is known color: Grenadier. HEX triplet: B7, 47 and 31. RGB value is (183,71,49). Sum of RGB (Red+Green+Blue) = 183+71+49=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B74731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74731 is #48B8CE. Grayscale: #666666. Windows color (decimal): -4765903 or 3229623. OLE color: 3229623.

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

Color convert

RGB 183 71 49 -
CMYK 0 0.61 0.73 0.28
HSL 9.85º 0.58% 0.45% -
HSV(B) 9.85º 0.73% 0.72% -
XYZ 22.34 14.8 4.58 -
YUV 101.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 183 71 49 0 0.61 0.73 0.28 9.85 0.58 0.45
Hex B7 47 31 0 3D 49 1C A 3A 2D
Octal 267 107 61 0 75 111 34 12 72 55
Binary 10110111 1000111 110001 0 111101 1001001 11100 1010 111010 101101

Color Harmonies of #B74731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74731

Black with #B74731

Text Example


Text Example

White with #B74731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74731; }

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

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

background-color css

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

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

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

border-color css

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

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

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