Html Css Color HEX #B74932 Grenadier

📋 copy color: '#B74932'

red 183 ◦ green 73 ◦ blue 50

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

Shades of Grenadier #B74932

Tints of Grenadier #B74932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 59.8%
G = 23.86%
B = 16.34%

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

#B74932 (or 0xB74932) is known color: Grenadier. HEX triplet: B7, 49 and 32. RGB value is (183,73,50). Sum of RGB (Red+Green+Blue) = 183+73+50=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B74932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74932 is #48B6CD. Grayscale: #676767. Windows color (decimal): -4765390 or 3295671. OLE color: 3295671.

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

Color convert

RGB 183 73 50 -
CMYK 0 0.60 0.73 0.28
HSL 10.38º 0.57% 0.46% -
HSV(B) 10.38º 0.73% 0.72% -
XYZ 22.49 15.06 4.74 -
YUV 103.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 183 73 50 0 0.60 0.73 0.28 10.38 0.57 0.46
Hex B7 49 32 0 3C 49 1C A 39 2E
Octal 267 111 62 0 74 111 34 12 71 56
Binary 10110111 1001001 110010 0 111100 1001001 11100 1010 111001 101110

Color Harmonies of #B74932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74932

Black with #B74932

Text Example


Text Example

White with #B74932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74932; }

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

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

background-color css

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

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

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

border-color css

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

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

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