#B77735

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

Shades of Meteor #B77735

Tints of Meteor #B77735

Color information

#B77735 (or 0xB77735) is unknown color: approx Meteor. HEX triplet: B7, 77 and 35. RGB value is (183,119,53). Sum of RGB (Red+Green+Blue) = 183+119+53=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B77735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77735 is #4888CA. Grayscale: #828282. Windows color (decimal): -4753611 or 3504055. OLE color: 3504055.

HSL color Cylindrical-coordinate representation of color #B77735: hue angle of 30.46º 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 #B77735 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18311953-
CMYK00.350.710.28
HSL30.46º55.08%46.27%-
HSV(B)30.46º71.04%71.76%-
XYZ26.7723.526.5-
YUV130.6184.2165.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 53 (21.09% from 255) = 14.93%
R=51.55%
G=33.52%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831195300.350.710.2830.4655.0846.27
HexB77735023471C1e372e
Octal2671676504310734366756
Binary101101111110111110101010001110001111110011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77735; }

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

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

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

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

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

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

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

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