Html Css Color HEX #B54F3A Grenadier

📋 copy color: '#B54F3A'

red 181 ◦ green 79 ◦ blue 58

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

Shades of Grenadier #B54F3A

Tints of Grenadier #B54F3A

RGB

 RED value IS 181 (71.09% from 255) = 56.92%

 GREEN value IS 79 (31.25% from 255) = 24.84%

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 56.92%
G = 24.84%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B54F3A (or 0xB54F3A) is known color: Grenadier. HEX triplet: B5, 4F and 3A. RGB value is (181,79,58). Sum of RGB (Red+Green+Blue) = 181+79+58=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54F3A is #4AB0C5. Grayscale: #6B6B6B. Windows color (decimal): -4894918 or 3821493. OLE color: 3821493.

HSL color Cylindrical-coordinate representation of color #B54F3A: hue angle of 10.24º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54F3A is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 79 58 -
CMYK 0 0.56 0.68 0.29
HSL 10.24º 0.51% 0.47% -
HSV(B) 10.24º 0.68% 0.71% -
XYZ 22.62 15.72 5.85 -
YUV 107.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 181 79 58 0 0.56 0.68 0.29 10.24 0.51 0.47
Hex B5 4F 3A 0 38 44 1D A 33 2F
Octal 265 117 72 0 70 104 35 12 63 57
Binary 10110101 1001111 111010 0 111000 1000100 11101 1010 110011 101111

Color Harmonies of #B54F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54F3A

Black with #B54F3A

Text Example


Text Example

White with #B54F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54F3A; }

 p { color: rgb(181,79,58); }

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

background-color css

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

 a { background-color: rgb(181,79,58); }

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

border-color css

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

 span { border-color: rgb(181,79,58); }

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