#BC7830

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

Shades of Meteor #BC7830

Tints of Meteor #BC7830

Color information

#BC7830 (or 0xBC7830) is unknown color: approx Meteor. HEX triplet: BC, 78 and 30. RGB value is (188,120,48). Sum of RGB (Red+Green+Blue) = 188+120+48=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7830 is #4387CF. Grayscale: #848484. Windows color (decimal): -4425680 or 3176636. OLE color: 3176636.

HSL color Cylindrical-coordinate representation of color #BC7830: hue angle of 30.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC7830 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18812048-
CMYK00.360.740.26
HSL30.86º59.32%46.27%-
HSV(B)30.86º74.47%73.73%-
XYZ27.9924.346.02-
YUV132.1280.53167.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 48 (19.14% from 255) = 13.48%
R=52.81%
G=33.71%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881204800.360.740.2630.8659.3246.27
HexBC78300244A1A1f3b2e
Octal2741706004411232377356
Binary101111001111000110000010010010010101101011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7830; }

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

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

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

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

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

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

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

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