Html Css Color HEX #B97632 Meteor

📋 copy color: '#B97632'

red 185 ◦ green 118 ◦ blue 50

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

Shades of Meteor #B97632

Tints of Meteor #B97632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 52.41%
G = 33.43%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B97632 (or 0xB97632) is known color: Meteor. HEX triplet: B9, 76 and 32. RGB value is (185,118,50). Sum of RGB (Red+Green+Blue) = 185+118+50=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B97632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97632 is #4689CD. Grayscale: #828282. Windows color (decimal): -4622798 or 3307193. OLE color: 3307193.

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

Color convert

RGB 185 118 50 -
CMYK 0 0.36 0.73 0.27
HSL 30.22º 0.57% 0.46% -
HSV(B) 30.22º 0.73% 0.73% -
XYZ 27.06 23.5 6.13 -
YUV 130.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 185 118 50 0 0.36 0.73 0.27 30.22 0.57 0.46
Hex B9 76 32 0 24 49 1B 1E 39 2E
Octal 271 166 62 0 44 111 33 36 71 56
Binary 10111001 1110110 110010 0 100100 1001001 11011 11110 111001 101110

Color Harmonies of #B97632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97632

Black with #B97632

Text Example


Text Example

White with #B97632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97632; }

 p { color: rgb(185,118,50); }

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

background-color css

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

 a { background-color: rgb(185,118,50); }

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

border-color css

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

 span { border-color: rgb(185,118,50); }

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