Html Css Color HEX #B87231 Meteor

📋 copy color: '#B87231'

red 184 ◦ green 114 ◦ blue 49

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

Shades of Meteor #B87231

Tints of Meteor #B87231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 53.03%
G = 32.85%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B87231 (or 0xB87231) is known color: Meteor. HEX triplet: B8, 72 and 31. RGB value is (184,114,49). Sum of RGB (Red+Green+Blue) = 184+114+49=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B87231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87231 is #478DCE. Grayscale: #7F7F7F. Windows color (decimal): -4689359 or 3240632. OLE color: 3240632.

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

Color convert

RGB 184 114 49 -
CMYK 0 0.38 0.73 0.28
HSL 28.89º 0.58% 0.46% -
HSV(B) 28.89º 0.73% 0.72% -
XYZ 26.34 22.45 5.85 -
YUV 127.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 184 114 49 0 0.38 0.73 0.28 28.89 0.58 0.46
Hex B8 72 31 0 26 49 1C 1D 3A 2E
Octal 270 162 61 0 46 111 34 35 72 56
Binary 10111000 1110010 110001 0 100110 1001001 11100 11101 111010 101110

Color Harmonies of #B87231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87231

Black with #B87231

Text Example


Text Example

White with #B87231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87231; }

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

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

background-color css

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

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

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

border-color css

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

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

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