#B76E2A

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

Shades of Meteor #B76E2A

Tints of Meteor #B76E2A

Color information

#B76E2A (or 0xB76E2A) is unknown color: approx Meteor. HEX triplet: B7, 6E and 2A. RGB value is (183,110,42). Sum of RGB (Red+Green+Blue) = 183+110+42=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E2A is #4891D5. Grayscale: #7C7C7C. Windows color (decimal): -4755926 or 2780855. OLE color: 2780855.

HSL color Cylindrical-coordinate representation of color #B76E2A: hue angle of 28.94º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B76E2A is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18311042-
CMYK00.400.770.28
HSL28.94º62.67%44.12%-
HSV(B)28.94º77.05%71.76%-
XYZ25.5221.394.97-
YUV124.0781.68170.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=54.63%
G=32.84%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831104200.400.770.2828.9462.6744.12
HexB76E2A0284D1C1d3f2c
Octal2671565205011534357754
Binary101101111101110101010010100010011011110011101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E2A; }

 p { color: rgb(183,110,42); }

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

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

 a { background-color: rgb(183,110,42); }

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

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

 span { border-color: rgb(183,110,42); }

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