Html Css Color HEX #B54B3B Grenadier

📋 copy color: '#B54B3B'

red 181 ◦ green 75 ◦ blue 59

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

Shades of Grenadier #B54B3B

Tints of Grenadier #B54B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 57.46%
G = 23.81%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B54B3B (or 0xB54B3B) is known color: Grenadier. HEX triplet: B5, 4B and 3B. RGB value is (181,75,59). Sum of RGB (Red+Green+Blue) = 181+75+59=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B3B is #4AB4C4. Grayscale: #696969. Windows color (decimal): -4895941 or 3886005. OLE color: 3886005.

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

Color convert

RGB 181 75 59 -
CMYK 0 0.59 0.67 0.29
HSL 7.87º 0.51% 0.47% -
HSV(B) 7.87º 0.67% 0.71% -
XYZ 22.36 15.17 5.89 -
YUV 104.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 181 75 59 0 0.59 0.67 0.29 7.87 0.51 0.47
Hex B5 4B 3B 0 3B 43 1D 8 33 2F
Octal 265 113 73 0 73 103 35 10 63 57
Binary 10110101 1001011 111011 0 111011 1000011 11101 1000 110011 101111

Color Harmonies of #B54B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54B3B

Black with #B54B3B

Text Example


Text Example

White with #B54B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54B3B; }

 p { color: rgb(181,75,59); }

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

background-color css

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

 a { background-color: rgb(181,75,59); }

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

border-color css

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

 span { border-color: rgb(181,75,59); }

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