#B77030

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

Shades of Meteor #B77030

Tints of Meteor #B77030

Color information

#B77030 (or 0xB77030) is unknown color: approx Meteor. HEX triplet: B7, 70 and 30. RGB value is (183,112,48). Sum of RGB (Red+Green+Blue) = 183+112+48=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B77030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77030 is #488FCF. Grayscale: #7E7E7E. Windows color (decimal): -4755408 or 3174583. OLE color: 3174583.

HSL color Cylindrical-coordinate representation of color #B77030: hue angle of 28.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B77030 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18311248-
CMYK00.390.740.28
HSL28.44º58.44%45.29%-
HSV(B)28.44º73.77%71.76%-
XYZ25.8621.875.65-
YUV125.9384.02168.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 48 (19.14% from 255) = 13.99%
R=53.35%
G=32.65%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831124800.390.740.2828.4458.4445.29
HexB770300274A1C1c3a2d
Octal2671606004711234347255
Binary101101111110000110000010011110010101110011100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77030; }

 p { color: rgb(183,112,48); }

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

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

 a { background-color: rgb(183,112,48); }

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

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

 span { border-color: rgb(183,112,48); }

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