Html Css Color HEX #B74E3C Grenadier

📋 copy color: '#B74E3C'

red 183 ◦ green 78 ◦ blue 60

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

Shades of Grenadier #B74E3C

Tints of Grenadier #B74E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.3%

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 57.01%
G = 24.3%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B74E3C (or 0xB74E3C) is known color: Grenadier. HEX triplet: B7, 4E and 3C. RGB value is (183,78,60). Sum of RGB (Red+Green+Blue) = 183+78+60=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E3C is #48B1C3. Grayscale: #6B6B6B. Windows color (decimal): -4764100 or 3952311. OLE color: 3952311.

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

Color convert

RGB 183 78 60 -
CMYK 0 0.57 0.67 0.28
HSL 8.78º 0.51% 0.48% -
HSV(B) 8.78º 0.67% 0.72% -
XYZ 23.07 15.84 6.12 -
YUV 107.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 183 78 60 0 0.57 0.67 0.28 8.78 0.51 0.48
Hex B7 4E 3C 0 39 43 1C 9 33 30
Octal 267 116 74 0 71 103 34 11 63 60
Binary 10110111 1001110 111100 0 111001 1000011 11100 1001 110011 110000

Color Harmonies of #B74E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E3C

Black with #B74E3C

Text Example


Text Example

White with #B74E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E3C; }

 p { color: rgb(183,78,60); }

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

background-color css

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

 a { background-color: rgb(183,78,60); }

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

border-color css

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

 span { border-color: rgb(183,78,60); }

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