Html Css Color HEX #B86F31 Meteor

📋 copy color: '#B86F31'

red 184 ◦ green 111 ◦ blue 49

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

Shades of Meteor #B86F31

Tints of Meteor #B86F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

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

R = 53.49%
G = 32.27%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B86F31 (or 0xB86F31) is known color: Meteor. HEX triplet: B8, 6F and 31. RGB value is (184,111,49). Sum of RGB (Red+Green+Blue) = 184+111+49=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86F31 is #4790CE. Grayscale: #7E7E7E. Windows color (decimal): -4690127 or 3239864. OLE color: 3239864.

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

Color convert

RGB 184 111 49 -
CMYK 0 0.40 0.73 0.28
HSL 27.56º 0.58% 0.46% -
HSV(B) 27.56º 0.73% 0.72% -
XYZ 26.01 21.78 5.74 -
YUV 125.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 184 111 49 0 0.40 0.73 0.28 27.56 0.58 0.46
Hex B8 6F 31 0 28 49 1C 1C 3A 2E
Octal 270 157 61 0 50 111 34 34 72 56
Binary 10111000 1101111 110001 0 101000 1001001 11100 11100 111010 101110

Color Harmonies of #B86F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86F31

Black with #B86F31

Text Example


Text Example

White with #B86F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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