#B67630

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

Shades of Meteor #B67630

Tints of Meteor #B67630

Color information

#B67630 (or 0xB67630) is unknown color: approx Meteor. HEX triplet: B6, 76 and 30. RGB value is (182,118,48). Sum of RGB (Red+Green+Blue) = 182+118+48=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B67630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67630 is #4989CF. Grayscale: #818181. Windows color (decimal): -4819408 or 3176118. OLE color: 3176118.

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

Color convert

RGB18211848-
CMYK00.350.740.29
HSL31.34º58.26%45.1%-
HSV(B)31.34º73.63%71.37%-
XYZ26.323.125.87-
YUV129.1682.2165.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 48 (19.14% from 255) = 13.79%
R=52.30%
G=33.91%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821184800.350.740.2931.3458.2645.1
HexB676300234A1D1f3a2d
Octal2661666004311235377255
Binary101101101110110110000010001110010101110111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67630; }

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

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

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

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

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

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

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

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