#B77630

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

Shades of Meteor #B77630

Tints of Meteor #B77630

Color information

#B77630 (or 0xB77630) is unknown color: approx Meteor. HEX triplet: B7, 76 and 30. RGB value is (183,118,48). Sum of RGB (Red+Green+Blue) = 183+118+48=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B77630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77630 is #4889CF. Grayscale: #818181. Windows color (decimal): -4753872 or 3176119. OLE color: 3176119.

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

Color convert

RGB18311848-
CMYK00.360.740.28
HSL31.11º58.44%45.29%-
HSV(B)31.11º73.77%71.76%-
XYZ26.5423.245.88-
YUV129.4582.03166.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.44%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 48 (19.14% from 255) = 13.75%
R=52.44%
G=33.81%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831184800.360.740.2831.1158.4445.29
HexB776300244A1C1f3a2d
Octal2671666004411234377255
Binary101101111110110110000010010010010101110011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77630; }

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

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

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

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

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

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

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

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