Html Css Color HEX #B74831 Grenadier

📋 copy color: '#B74831'

red 183 ◦ green 72 ◦ blue 49

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

Shades of Grenadier #B74831

Tints of Grenadier #B74831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

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

R = 60.2%
G = 23.68%
B = 16.12%

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

#B74831 (or 0xB74831) is known color: Grenadier. HEX triplet: B7, 48 and 31. RGB value is (183,72,49). Sum of RGB (Red+Green+Blue) = 183+72+49=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B74831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74831 is #48B7CE. Grayscale: #666666. Windows color (decimal): -4765647 or 3229879. OLE color: 3229879.

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

Color convert

RGB 183 72 49 -
CMYK 0 0.61 0.73 0.28
HSL 10.3º 0.58% 0.45% -
HSV(B) 10.3º 0.73% 0.72% -
XYZ 22.4 14.92 4.61 -
YUV 102.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 183 72 49 0 0.61 0.73 0.28 10.3 0.58 0.45
Hex B7 48 31 0 3D 49 1C A 3A 2D
Octal 267 110 61 0 75 111 34 12 72 55
Binary 10110111 1001000 110001 0 111101 1001001 11100 1010 111010 101101

Color Harmonies of #B74831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74831

Black with #B74831

Text Example


Text Example

White with #B74831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74831; }

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

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

background-color css

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

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

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

border-color css

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

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

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