Html Css Color HEX #B85031 Grenadier

📋 copy color: '#B85031'

red 184 ◦ green 80 ◦ blue 49

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

Shades of Grenadier #B85031

Tints of Grenadier #B85031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 58.79%
G = 25.56%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B85031 (or 0xB85031) is known color: Grenadier. HEX triplet: B8, 50 and 31. RGB value is (184,80,49). Sum of RGB (Red+Green+Blue) = 184+80+49=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B85031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85031 is #47AFCE. Grayscale: #6B6B6B. Windows color (decimal): -4698063 or 3231928. OLE color: 3231928.

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

Color convert

RGB 184 80 49 -
CMYK 0 0.57 0.73 0.28
HSL 13.78º 0.58% 0.46% -
HSV(B) 13.78º 0.73% 0.72% -
XYZ 23.19 16.15 4.8 -
YUV 107.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 184 80 49 0 0.57 0.73 0.28 13.78 0.58 0.46
Hex B8 50 31 0 39 49 1C E 3A 2E
Octal 270 120 61 0 71 111 34 16 72 56
Binary 10111000 1010000 110001 0 111001 1001001 11100 1110 111010 101110

Color Harmonies of #B85031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85031

Black with #B85031

Text Example


Text Example

White with #B85031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85031; }

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

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

background-color css

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

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

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

border-color css

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

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

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