#BC8424

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

Shades of Geebung #BC8424

Tints of Geebung #BC8424

Color information

#BC8424 (or 0xBC8424) is unknown color: approx Geebung. HEX triplet: BC, 84 and 24. RGB value is (188,132,36). Sum of RGB (Red+Green+Blue) = 188+132+36=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8424 is #437BDB. Grayscale: #8A8A8A. Windows color (decimal): -4422620 or 2393276. OLE color: 2393276.

HSL color Cylindrical-coordinate representation of color #BC8424: hue angle of 37.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC8424 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18813236-
CMYK00.300.810.26
HSL37.89º67.86%43.92%-
HSV(B)37.89º80.85%73.73%-
XYZ29.3127.325.4-
YUV137.870.55163.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 36 (14.45% from 255) = 10.11%
R=52.81%
G=37.08%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881323600.300.810.2637.8967.8643.92
HexBC842401E511A26442c
Octal27420444036121324610454
Binary10111100100001001001000111101010001110101001101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8424; }

 p { color: rgb(188,132,36); }

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

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

 a { background-color: rgb(188,132,36); }

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

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

 span { border-color: rgb(188,132,36); }

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