#B47633

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

Shades of Meteor #B47633

Tints of Meteor #B47633

Color information

#B47633 (or 0xB47633) is unknown color: approx Meteor. HEX triplet: B4, 76 and 33. RGB value is (180,118,51). Sum of RGB (Red+Green+Blue) = 180+118+51=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B47633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47633 is #4B89CC. Grayscale: #818181. Windows color (decimal): -4950477 or 3372724. OLE color: 3372724.

HSL color Cylindrical-coordinate representation of color #B47633: hue angle of 31.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B47633 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18011851-
CMYK00.340.720.29
HSL31.16º55.84%45.29%-
HSV(B)31.16º71.67%70.59%-
XYZ25.922.96.19-
YUV128.984.04164.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=51.58%
G=33.81%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801185100.340.720.2931.1655.8445.29
HexB47633022481D1f382d
Octal2641666304211035377055
Binary101101001110110110011010001010010001110111111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47633; }

 p { color: rgb(180,118,51); }

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

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

 a { background-color: rgb(180,118,51); }

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

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

 span { border-color: rgb(180,118,51); }

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