Html Css Color HEX #B74B2F Grenadier

📋 copy color: '#B74B2F'

red 183 ◦ green 75 ◦ blue 47

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

Shades of Grenadier #B74B2F

Tints of Grenadier #B74B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 60%
G = 24.59%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B74B2F (or 0xB74B2F) is known color: Grenadier. HEX triplet: B7, 4B and 2F. RGB value is (183,75,47). Sum of RGB (Red+Green+Blue) = 183+75+47=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B2F is #48B4D0. Grayscale: #686868. Windows color (decimal): -4764881 or 3099575. OLE color: 3099575.

HSL color Cylindrical-coordinate representation of color #B74B2F: hue angle of 12.35º degrees, saturation: 0.59, 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 #B74B2F is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 75 47 -
CMYK 0 0.59 0.74 0.28
HSL 12.35º 0.59% 0.45% -
HSV(B) 12.35º 0.74% 0.72% -
XYZ 22.56 15.3 4.45 -
YUV 104.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 183 75 47 0 0.59 0.74 0.28 12.35 0.59 0.45
Hex B7 4B 2F 0 3B 4A 1C C 3B 2D
Octal 267 113 57 0 73 112 34 14 73 55
Binary 10110111 1001011 101111 0 111011 1001010 11100 1100 111011 101101

Color Harmonies of #B74B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B2F

Black with #B74B2F

Text Example


Text Example

White with #B74B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B2F; }

 p { color: rgb(183,75,47); }

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

background-color css

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

 a { background-color: rgb(183,75,47); }

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

border-color css

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

 span { border-color: rgb(183,75,47); }

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