#B77235

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

Shades of Meteor #B77235

Tints of Meteor #B77235

Color information

#B77235 (or 0xB77235) is unknown color: approx Meteor. HEX triplet: B7, 72 and 35. RGB value is (183,114,53). Sum of RGB (Red+Green+Blue) = 183+114+53=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B77235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77235 is #488DCA. Grayscale: #7F7F7F. Windows color (decimal): -4754891 or 3502775. OLE color: 3502775.

HSL color Cylindrical-coordinate representation of color #B77235: hue angle of 28.15º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B77235 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18311453-
CMYK00.380.710.28
HSL28.15º55.08%46.27%-
HSV(B)28.15º71.04%71.76%-
XYZ26.1922.366.3-
YUV127.6885.86167.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.29%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=52.29%
G=32.57%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831145300.380.710.2828.1555.0846.27
HexB77235026471C1c372e
Octal2671626504610734346756
Binary101101111110010110101010011010001111110011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77235; }

 p { color: rgb(183,114,53); }

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

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

 a { background-color: rgb(183,114,53); }

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

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

 span { border-color: rgb(183,114,53); }

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