#B76F2A

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

Shades of Meteor #B76F2A

Tints of Meteor #B76F2A

Color information

#B76F2A (or 0xB76F2A) is unknown color: approx Meteor. HEX triplet: B7, 6F and 2A. RGB value is (183,111,42). Sum of RGB (Red+Green+Blue) = 183+111+42=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F2A is #4890D5. Grayscale: #7D7D7D. Windows color (decimal): -4755670 or 2781111. OLE color: 2781111.

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

Color convert

RGB18311142-
CMYK00.390.770.28
HSL29.36º62.67%44.12%-
HSV(B)29.36º77.05%71.76%-
XYZ25.6321.65.01-
YUV124.6681.35169.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.46%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=54.46%
G=33.04%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831114200.390.770.2829.3662.6744.12
HexB76F2A0274D1C1d3f2c
Octal2671575204711534357754
Binary101101111101111101010010011110011011110011101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F2A; }

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

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

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

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

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

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

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

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