Html Css Color HEX #B96F31 Meteor

📋 copy color: '#B96F31'

red 185 ◦ green 111 ◦ blue 49

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

Shades of Meteor #B96F31

Tints of Meteor #B96F31

RGB

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

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

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

R = 53.62%
G = 32.17%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96F31 (or 0xB96F31) is known color: Meteor. HEX triplet: B9, 6F and 31. RGB value is (185,111,49). Sum of RGB (Red+Green+Blue) = 185+111+49=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F31 is #4690CE. Grayscale: #7E7E7E. Windows color (decimal): -4624591 or 3239865. OLE color: 3239865.

HSL color Cylindrical-coordinate representation of color #B96F31: hue angle of 27.35º 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 #B96F31 is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 49 -
CMYK 0 0.4 0.74 0.27
HSL 27.35º 0.58% 0.46% -
HSV(B) 27.35º 0.74% 0.73% -
XYZ 26.25 21.9 5.75 -
YUV 126.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 185 111 49 0 0.4 0.74 0.27 27.35 0.58 0.46
Hex B9 6F 31 0 28 4A 1B 1B 3A 2E
Octal 271 157 61 0 50 112 33 33 72 56
Binary 10111001 1101111 110001 0 101000 1001010 11011 11011 111010 101110

Color Harmonies of #B96F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F31

Black with #B96F31

Text Example


Text Example

White with #B96F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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