Html Css Color HEX #B74732 Grenadier

📋 copy color: '#B74732'

red 183 ◦ green 71 ◦ blue 50

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

Shades of Grenadier #B74732

Tints of Grenadier #B74732

RGB

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

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

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

R = 60.2%
G = 23.36%
B = 16.45%

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

#B74732 (or 0xB74732) is known color: Grenadier. HEX triplet: B7, 47 and 32. RGB value is (183,71,50). Sum of RGB (Red+Green+Blue) = 183+71+50=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B74732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74732 is #48B8CD. Grayscale: #666666. Windows color (decimal): -4765902 or 3295159. OLE color: 3295159.

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

Color convert

RGB 183 71 50 -
CMYK 0 0.61 0.73 0.28
HSL 9.47º 0.57% 0.46% -
HSV(B) 9.47º 0.73% 0.72% -
XYZ 22.36 14.8 4.7 -
YUV 102.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 183 71 50 0 0.61 0.73 0.28 9.47 0.57 0.46
Hex B7 47 32 0 3D 49 1C 9 39 2E
Octal 267 107 62 0 75 111 34 11 71 56
Binary 10110111 1000111 110010 0 111101 1001001 11100 1001 111001 101110

Color Harmonies of #B74732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74732

Black with #B74732

Text Example


Text Example

White with #B74732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74732; }

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

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

background-color css

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

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

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

border-color css

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

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

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