Html Css Color HEX #B96E31 Meteor

📋 copy color: '#B96E31'

red 185 ◦ green 110 ◦ blue 49

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

Shades of Meteor #B96E31

Tints of Meteor #B96E31

RGB

 RED value IS 185 (72.66% from 255) = 53.78%

 GREEN value IS 110 (43.36% from 255) = 31.98%

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

R = 53.78%
G = 31.98%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96E31 (or 0xB96E31) is known color: Meteor. HEX triplet: B9, 6E and 31. RGB value is (185,110,49). Sum of RGB (Red+Green+Blue) = 185+110+49=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E31 is #4691CE. Grayscale: #7D7D7D. Windows color (decimal): -4624847 or 3239609. OLE color: 3239609.

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

Color convert

RGB 185 110 49 -
CMYK 0 0.41 0.74 0.27
HSL 26.91º 0.58% 0.46% -
HSV(B) 26.91º 0.74% 0.73% -
XYZ 26.14 21.69 5.71 -
YUV 125.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 185 110 49 0 0.41 0.74 0.27 26.91 0.58 0.46
Hex B9 6E 31 0 29 4A 1B 1B 3A 2E
Octal 271 156 61 0 51 112 33 33 72 56
Binary 10111001 1101110 110001 0 101001 1001010 11011 11011 111010 101110

Color Harmonies of #B96E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E31

Black with #B96E31

Text Example


Text Example

White with #B96E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E31; }

 p { color: rgb(185,110,49); }

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

background-color css

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

 a { background-color: rgb(185,110,49); }

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

border-color css

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

 span { border-color: rgb(185,110,49); }

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