Html Css Color HEX #B74931 Grenadier

📋 copy color: '#B74931'

red 183 ◦ green 73 ◦ blue 49

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

Shades of Grenadier #B74931

Tints of Grenadier #B74931

RGB

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

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

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

R = 60%
G = 23.93%
B = 16.07%

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

#B74931 (or 0xB74931) is known color: Grenadier. HEX triplet: B7, 49 and 31. RGB value is (183,73,49). Sum of RGB (Red+Green+Blue) = 183+73+49=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B74931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74931 is #48B6CE. Grayscale: #676767. Windows color (decimal): -4765391 or 3230135. OLE color: 3230135.

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

Color convert

RGB 183 73 49 -
CMYK 0 0.60 0.73 0.28
HSL 10.75º 0.58% 0.45% -
HSV(B) 10.75º 0.73% 0.72% -
XYZ 22.47 15.05 4.63 -
YUV 103.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 183 73 49 0 0.60 0.73 0.28 10.75 0.58 0.45
Hex B7 49 31 0 3C 49 1C B 3A 2D
Octal 267 111 61 0 74 111 34 13 72 55
Binary 10110111 1001001 110001 0 111100 1001001 11100 1011 111010 101101

Color Harmonies of #B74931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74931

Black with #B74931

Text Example


Text Example

White with #B74931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74931; }

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

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

background-color css

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

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

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

border-color css

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

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

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