#B7732D

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

Shades of Meteor #B7732D

Tints of Meteor #B7732D

Color information

#B7732D (or 0xB7732D) is unknown color: approx Meteor. HEX triplet: B7, 73 and 2D. RGB value is (183,115,45). Sum of RGB (Red+Green+Blue) = 183+115+45=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7732D is #488CD2. Grayscale: #7F7F7F. Windows color (decimal): -4754643 or 2978743. OLE color: 2978743.

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

Color convert

RGB18311545-
CMYK00.370.750.28
HSL30.43º60.53%44.71%-
HSV(B)30.43º75.41%71.76%-
XYZ26.1322.525.45-
YUV127.3581.53167.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 45 (17.97% from 255) = 13.12%
R=53.35%
G=33.53%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831154500.370.750.2830.4360.5344.71
HexB7732D0254B1C1e3d2d
Octal2671635504511334367555
Binary101101111110011101101010010110010111110011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7732D; }

 p { color: rgb(183,115,45); }

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

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

 a { background-color: rgb(183,115,45); }

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

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

 span { border-color: rgb(183,115,45); }

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