#B76D28

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

Shades of Meteor #B76D28

Tints of Meteor #B76D28

Color information

#B76D28 (or 0xB76D28) is unknown color: approx Meteor. HEX triplet: B7, 6D and 28. RGB value is (183,109,40). Sum of RGB (Red+Green+Blue) = 183+109+40=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D28 is #4892D7. Grayscale: #7B7B7B. Windows color (decimal): -4756184 or 2649527. OLE color: 2649527.

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

Color convert

RGB18310940-
CMYK00.400.780.28
HSL28.95º64.13%43.73%-
HSV(B)28.95º78.14%71.76%-
XYZ25.3821.164.75-
YUV123.2681.02170.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.12%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 40 (16.02% from 255) = 12.05%
R=55.12%
G=32.83%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831094000.400.780.2828.9564.1343.73
HexB76D280284E1C1d402c
Octal26715550050116343510054
Binary1011011111011011010000101000100111011100111011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76D28; }

 p { color: rgb(183,109,40); }

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

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

 a { background-color: rgb(183,109,40); }

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

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

 span { border-color: rgb(183,109,40); }

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