#BC7632

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

Shades of Meteor #BC7632

Tints of Meteor #BC7632

Color information

#BC7632 (or 0xBC7632) is unknown color: approx Meteor. HEX triplet: BC, 76 and 32. RGB value is (188,118,50). Sum of RGB (Red+Green+Blue) = 188+118+50=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7632 is #4389CD. Grayscale: #838383. Windows color (decimal): -4426190 or 3307196. OLE color: 3307196.

HSL color Cylindrical-coordinate representation of color #BC7632: hue angle of 29.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC7632 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB18811850-
CMYK00.370.730.26
HSL29.57º57.98%46.67%-
HSV(B)29.57º73.4%73.73%-
XYZ27.7923.886.16-
YUV131.1882.19168.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 50 (19.92% from 255) = 14.04%
R=52.81%
G=33.15%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881185000.370.730.2629.5757.9846.67
HexBC7632025491A1e3a2f
Octal2741666204511132367257
Binary101111001110110110010010010110010011101011110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7632; }

 p { color: rgb(188,118,50); }

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

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

 a { background-color: rgb(188,118,50); }

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

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

 span { border-color: rgb(188,118,50); }

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