#B8722C

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

Shades of Meteor #B8722C

Tints of Meteor #B8722C

Color information

#B8722C (or 0xB8722C) is unknown color: approx Meteor. HEX triplet: B8, 72 and 2C. RGB value is (184,114,44). Sum of RGB (Red+Green+Blue) = 184+114+44=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8722C is #478DD3. Grayscale: #7F7F7F. Windows color (decimal): -4689364 or 2912952. OLE color: 2912952.

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

Color convert

RGB18411444-
CMYK00.380.760.28
HSL30º61.4%44.71%-
HSV(B)30º76.09%72.16%-
XYZ26.2422.415.32-
YUV126.9581.19168.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.80%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 12.87%
R=53.80%
G=33.33%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841144400.380.760.283061.444.71
HexB8722C0264C1C1e3d2d
Octal2701625404611434367555
Binary101110001110010101100010011010011001110011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8722C; }

 p { color: rgb(184,114,44); }

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

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

 a { background-color: rgb(184,114,44); }

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

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

 span { border-color: rgb(184,114,44); }

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