#B97438

Color #B97438 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #B97438

Tints of Meteor #B97438

Color information

#B97438 (or 0xB97438) is unknown color: approx Meteor. HEX triplet: B9, 74 and 38. RGB value is (185,116,56). Sum of RGB (Red+Green+Blue) = 185+116+56=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B97438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97438 is #468BC7. Grayscale: #828282. Windows color (decimal): -4623304 or 3699897. OLE color: 3699897.

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

Color convert

RGB18511656-
CMYK00.370.700.27
HSL27.91º53.53%47.25%-
HSV(B)27.91º69.73%72.55%-
XYZ26.9723.096.78-
YUV129.7986.36167.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=51.82%
G=32.49%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851165600.370.700.2727.9153.5347.25
HexB97438025461B1c362f
Octal2711647004510633346657
Binary101110011110100111000010010110001101101111100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97438; }

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

 H1.HeaderClassName
 {
   color: #B97438;
 }
 .AnyTagClassName
 {
   color: #B97438;
 }
</style>
background-color css

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

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

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

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

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

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