Html Css Color HEX #B74930 Grenadier

📋 copy color: '#B74930'

red 183 ◦ green 73 ◦ blue 48

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

Shades of Grenadier #B74930

Tints of Grenadier #B74930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 60.2%
G = 24.01%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B74930 (or 0xB74930) is known color: Grenadier. HEX triplet: B7, 49 and 30. RGB value is (183,73,48). Sum of RGB (Red+Green+Blue) = 183+73+48=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B74930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74930 is #48B6CF. Grayscale: #676767. Windows color (decimal): -4765392 or 3164599. OLE color: 3164599.

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

Color convert

RGB 183 73 48 -
CMYK 0 0.60 0.74 0.28
HSL 11.11º 0.58% 0.45% -
HSV(B) 11.11º 0.74% 0.72% -
XYZ 22.44 15.05 4.52 -
YUV 103.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 183 73 48 0 0.60 0.74 0.28 11.11 0.58 0.45
Hex B7 49 30 0 3C 4A 1C B 3A 2D
Octal 267 111 60 0 74 112 34 13 72 55
Binary 10110111 1001001 110000 0 111100 1001010 11100 1011 111010 101101

Color Harmonies of #B74930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74930

Black with #B74930

Text Example


Text Example

White with #B74930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74930; }

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

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

background-color css

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

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

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

border-color css

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

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

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