#B97935

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

Shades of Meteor #B97935

Tints of Meteor #B97935

Color information

#B97935 (or 0xB97935) is unknown color: approx Meteor. HEX triplet: B9, 79 and 35. RGB value is (185,121,53). Sum of RGB (Red+Green+Blue) = 185+121+53=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B97935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97935 is #4686CA. Grayscale: #848484. Windows color (decimal): -4622027 or 3504569. OLE color: 3504569.

HSL color Cylindrical-coordinate representation of color #B97935: hue angle of 30.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B97935 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18512153-
CMYK00.350.710.27
HSL30.91º55.46%46.67%-
HSV(B)30.91º71.35%72.55%-
XYZ27.4924.256.6-
YUV132.3883.2165.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 53 (21.09% from 255) = 14.76%
R=51.53%
G=33.70%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851215300.350.710.2730.9155.4646.67
HexB97935023471B1f372f
Octal2711716504310733376757
Binary101110011111001110101010001110001111101111111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97935; }

 p { color: rgb(185,121,53); }

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

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

 a { background-color: rgb(185,121,53); }

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

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

 span { border-color: rgb(185,121,53); }

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