#BC7833

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

Shades of Meteor #BC7833

Tints of Meteor #BC7833

Color information

#BC7833 (or 0xBC7833) is unknown color: approx Meteor. HEX triplet: BC, 78 and 33. RGB value is (188,120,51). Sum of RGB (Red+Green+Blue) = 188+120+51=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7833 is #4387CC. Grayscale: #848484. Windows color (decimal): -4425677 or 3373244. OLE color: 3373244.

HSL color Cylindrical-coordinate representation of color #BC7833: hue angle of 30.22º degrees, saturation: 0.57, 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 #BC7833 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB18812051-
CMYK00.360.730.26
HSL30.22º57.32%46.86%-
HSV(B)30.22º72.87%73.73%-
XYZ28.0524.366.36-
YUV132.4782.03167.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 51 (20.31% from 255) = 14.21%
R=52.37%
G=33.43%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881205100.360.730.2630.2257.3246.86
HexBC7833024491A1e392f
Octal2741706304411132367157
Binary101111001111000110011010010010010011101011110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7833; }

 p { color: rgb(188,120,51); }

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

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

 a { background-color: rgb(188,120,51); }

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

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

 span { border-color: rgb(188,120,51); }

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