Html Css Color HEX #B74934 Grenadier

📋 copy color: '#B74934'

red 183 ◦ green 73 ◦ blue 52

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

Shades of Grenadier #B74934

Tints of Grenadier #B74934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 59.42%
G = 23.7%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B74934 (or 0xB74934) is known color: Grenadier. HEX triplet: B7, 49 and 34. RGB value is (183,73,52). Sum of RGB (Red+Green+Blue) = 183+73+52=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B74934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74934 is #48B6CB. Grayscale: #676767. Windows color (decimal): -4765388 or 3426743. OLE color: 3426743.

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

Color convert

RGB 183 73 52 -
CMYK 0 0.60 0.72 0.28
HSL 9.62º 0.56% 0.46% -
HSV(B) 9.62º 0.72% 0.72% -
XYZ 22.53 15.08 4.97 -
YUV 103.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 183 73 52 0 0.60 0.72 0.28 9.62 0.56 0.46
Hex B7 49 34 0 3C 48 1C A 38 2E
Octal 267 111 64 0 74 110 34 12 70 56
Binary 10110111 1001001 110100 0 111100 1001000 11100 1010 111000 101110

Color Harmonies of #B74934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74934

Black with #B74934

Text Example


Text Example

White with #B74934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74934; }

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

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

background-color css

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

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

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

border-color css

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

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

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