Html Css Color HEX #B74C31 Grenadier

📋 copy color: '#B74C31'

red 183 ◦ green 76 ◦ blue 49

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

Shades of Grenadier #B74C31

Tints of Grenadier #B74C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.68%

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

R = 59.42%
G = 24.68%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B74C31 (or 0xB74C31) is known color: Grenadier. HEX triplet: B7, 4C and 31. RGB value is (183,76,49). Sum of RGB (Red+Green+Blue) = 183+76+49=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C31 is #48B3CE. Grayscale: #696969. Windows color (decimal): -4764623 or 3230903. OLE color: 3230903.

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

Color convert

RGB 183 76 49 -
CMYK 0 0.58 0.73 0.28
HSL 12.09º 0.58% 0.45% -
HSV(B) 12.09º 0.73% 0.72% -
XYZ 22.67 15.46 4.69 -
YUV 104.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 183 76 49 0 0.58 0.73 0.28 12.09 0.58 0.45
Hex B7 4C 31 0 3A 49 1C C 3A 2D
Octal 267 114 61 0 72 111 34 14 72 55
Binary 10110111 1001100 110001 0 111010 1001001 11100 1100 111010 101101

Color Harmonies of #B74C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C31

Black with #B74C31

Text Example


Text Example

White with #B74C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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