Html Css Color HEX #B8513A Grenadier

📋 copy color: '#B8513A'

red 184 ◦ green 81 ◦ blue 58

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

Shades of Grenadier #B8513A

Tints of Grenadier #B8513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

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

R = 56.97%
G = 25.08%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8513A (or 0xB8513A) is known color: Grenadier. HEX triplet: B8, 51 and 3A. RGB value is (184,81,58). Sum of RGB (Red+Green+Blue) = 184+81+58=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B8513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8513A is #47AEC5. Grayscale: #6D6D6D. Windows color (decimal): -4697798 or 3822008. OLE color: 3822008.

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

Color convert

RGB 184 81 58 -
CMYK 0 0.56 0.68 0.28
HSL 10.95º 0.52% 0.47% -
HSV(B) 10.95º 0.68% 0.72% -
XYZ 23.47 16.38 5.93 -
YUV 109.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 184 81 58 0 0.56 0.68 0.28 10.95 0.52 0.47
Hex B8 51 3A 0 38 44 1C B 34 2F
Octal 270 121 72 0 70 104 34 13 64 57
Binary 10111000 1010001 111010 0 111000 1000100 11100 1011 110100 101111

Color Harmonies of #B8513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8513A

Black with #B8513A

Text Example


Text Example

White with #B8513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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