Html Css Color HEX #B97731 Meteor

📋 copy color: '#B97731'

red 185 ◦ green 119 ◦ blue 49

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

Shades of Meteor #B97731

Tints of Meteor #B97731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

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

R = 52.41%
G = 33.71%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B97731 (or 0xB97731) is known color: Meteor. HEX triplet: B9, 77 and 31. RGB value is (185,119,49). Sum of RGB (Red+Green+Blue) = 185+119+49=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B97731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97731 is #4688CE. Grayscale: #838383. Windows color (decimal): -4622543 or 3241913. OLE color: 3241913.

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

Color convert

RGB 185 119 49 -
CMYK 0 0.36 0.74 0.27
HSL 30.88º 0.58% 0.46% -
HSV(B) 30.88º 0.74% 0.73% -
XYZ 27.16 23.73 6.05 -
YUV 130.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 185 119 49 0 0.36 0.74 0.27 30.88 0.58 0.46
Hex B9 77 31 0 24 4A 1B 1F 3A 2E
Octal 271 167 61 0 44 112 33 37 72 56
Binary 10111001 1110111 110001 0 100100 1001010 11011 11111 111010 101110

Color Harmonies of #B97731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97731

Black with #B97731

Text Example


Text Example

White with #B97731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97731; }

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

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

background-color css

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

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

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

border-color css

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

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

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