Html Css Color HEX #B97538 Meteor

📋 copy color: '#B97538'

red 185 ◦ green 117 ◦ blue 56

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

Shades of Meteor #B97538

Tints of Meteor #B97538

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 56 (22.27% from 255) = 15.64%

R = 51.68%
G = 32.68%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B97538 (or 0xB97538) is known color: Meteor. HEX triplet: B9, 75 and 38. RGB value is (185,117,56). Sum of RGB (Red+Green+Blue) = 185+117+56=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B97538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97538 is #468AC7. Grayscale: #828282. Windows color (decimal): -4623048 or 3700153. OLE color: 3700153.

HSL color Cylindrical-coordinate representation of color #B97538: hue angle of 28.37º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B97538 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 117 56 -
CMYK 0 0.37 0.70 0.27
HSL 28.37º 0.54% 0.47% -
HSV(B) 28.37º 0.7% 0.73% -
XYZ 27.08 23.32 6.82 -
YUV 130.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 185 117 56 0 0.37 0.70 0.27 28.37 0.54 0.47
Hex B9 75 38 0 25 46 1B 1C 36 2F
Octal 271 165 70 0 45 106 33 34 66 57
Binary 10111001 1110101 111000 0 100101 1000110 11011 11100 110110 101111

Color Harmonies of #B97538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97538

Black with #B97538

Text Example


Text Example

White with #B97538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97538; }

 p { color: rgb(185,117,56); }

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

background-color css

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

 a { background-color: rgb(185,117,56); }

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

border-color css

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

 span { border-color: rgb(185,117,56); }

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