Html Css Color HEX #B87131 Meteor

📋 copy color: '#B87131'

red 184 ◦ green 113 ◦ blue 49

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

Shades of Meteor #B87131

Tints of Meteor #B87131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

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

R = 53.18%
G = 32.66%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B87131 (or 0xB87131) is known color: Meteor. HEX triplet: B8, 71 and 31. RGB value is (184,113,49). Sum of RGB (Red+Green+Blue) = 184+113+49=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B87131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87131 is #478ECE. Grayscale: #7F7F7F. Windows color (decimal): -4689615 or 3240376. OLE color: 3240376.

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

Color convert

RGB 184 113 49 -
CMYK 0 0.39 0.73 0.28
HSL 28.44º 0.58% 0.46% -
HSV(B) 28.44º 0.73% 0.72% -
XYZ 26.23 22.22 5.81 -
YUV 126.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 184 113 49 0 0.39 0.73 0.28 28.44 0.58 0.46
Hex B8 71 31 0 27 49 1C 1C 3A 2E
Octal 270 161 61 0 47 111 34 34 72 56
Binary 10111000 1110001 110001 0 100111 1001001 11100 11100 111010 101110

Color Harmonies of #B87131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87131

Black with #B87131

Text Example


Text Example

White with #B87131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87131; }

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

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

background-color css

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

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

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

border-color css

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

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

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