Html Css Color HEX #B74A30 Grenadier

📋 copy color: '#B74A30'

red 183 ◦ green 74 ◦ blue 48

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

Shades of Grenadier #B74A30

Tints of Grenadier #B74A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.26%

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 60%
G = 24.26%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B74A30 (or 0xB74A30) is known color: Grenadier. HEX triplet: B7, 4A and 30. RGB value is (183,74,48). Sum of RGB (Red+Green+Blue) = 183+74+48=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74A30 is #48B5CF. Grayscale: #676767. Windows color (decimal): -4765136 or 3164855. OLE color: 3164855.

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

Color convert

RGB 183 74 48 -
CMYK 0 0.60 0.74 0.28
HSL 11.56º 0.58% 0.45% -
HSV(B) 11.56º 0.74% 0.72% -
XYZ 22.51 15.18 4.54 -
YUV 103.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 183 74 48 0 0.60 0.74 0.28 11.56 0.58 0.45
Hex B7 4A 30 0 3C 4A 1C C 3A 2D
Octal 267 112 60 0 74 112 34 14 72 55
Binary 10110111 1001010 110000 0 111100 1001010 11100 1100 111010 101101

Color Harmonies of #B74A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74A30

Black with #B74A30

Text Example


Text Example

White with #B74A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74A30; }

 p { color: rgb(183,74,48); }

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

background-color css

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

 a { background-color: rgb(183,74,48); }

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

border-color css

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

 span { border-color: rgb(183,74,48); }

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