Html Css Color HEX #B8503A Grenadier

📋 copy color: '#B8503A'

red 184 ◦ green 80 ◦ blue 58

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

Shades of Grenadier #B8503A

Tints of Grenadier #B8503A

RGB

 RED value IS 184 (72.27% from 255) = 57.14%

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

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

R = 57.14%
G = 24.84%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8503A (or 0xB8503A) is known color: Grenadier. HEX triplet: B8, 50 and 3A. RGB value is (184,80,58). Sum of RGB (Red+Green+Blue) = 184+80+58=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B8503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8503A is #47AFC5. Grayscale: #6C6C6C. Windows color (decimal): -4698054 or 3821752. OLE color: 3821752.

HSL color Cylindrical-coordinate representation of color #B8503A: hue angle of 10.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8503A is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 58 -
CMYK 0 0.57 0.68 0.28
HSL 10.48º 0.52% 0.47% -
HSV(B) 10.48º 0.68% 0.72% -
XYZ 23.4 16.23 5.9 -
YUV 108.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 184 80 58 0 0.57 0.68 0.28 10.48 0.52 0.47
Hex B8 50 3A 0 39 44 1C A 34 2F
Octal 270 120 72 0 71 104 34 12 64 57
Binary 10111000 1010000 111010 0 111001 1000100 11100 1010 110100 101111

Color Harmonies of #B8503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8503A

Black with #B8503A

Text Example


Text Example

White with #B8503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8503A; }

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

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

background-color css

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

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

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

border-color css

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

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

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