Html Css Color HEX #B4503A Grenadier

📋 copy color: '#B4503A'

red 180 ◦ green 80 ◦ blue 58

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

Shades of Grenadier #B4503A

Tints of Grenadier #B4503A

RGB

 RED value IS 180 (70.7% from 255) = 56.6%

 GREEN value IS 80 (31.64% from 255) = 25.16%

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

R = 56.6%
G = 25.16%
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

#B4503A (or 0xB4503A) is known color: Grenadier. HEX triplet: B4, 50 and 3A. RGB value is (180,80,58). Sum of RGB (Red+Green+Blue) = 180+80+58=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B4503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4503A is #4BAFC5. Grayscale: #6B6B6B. Windows color (decimal): -4960198 or 3821748. OLE color: 3821748.

HSL color Cylindrical-coordinate representation of color #B4503A: hue angle of 10.82º 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 #B4503A is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 80 58 -
CMYK 0 0.56 0.68 0.29
HSL 10.82º 0.51% 0.47% -
HSV(B) 10.82º 0.68% 0.71% -
XYZ 22.45 15.75 5.86 -
YUV 107.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 180 80 58 0 0.56 0.68 0.29 10.82 0.51 0.47
Hex B4 50 3A 0 38 44 1D B 33 2F
Octal 264 120 72 0 70 104 35 13 63 57
Binary 10110100 1010000 111010 0 111000 1000100 11101 1011 110011 101111

Color Harmonies of #B4503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4503A

Black with #B4503A

Text Example


Text Example

White with #B4503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4503A; }

 p { color: rgb(180,80,58); }

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

background-color css

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

 a { background-color: rgb(180,80,58); }

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

border-color css

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

 span { border-color: rgb(180,80,58); }

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