#bc8426

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

Shades of Geebung #BC8426

Tints of Geebung #BC8426

Color information

#BC8426 (or 0xBC8426) is unknown color: approx Geebung. HEX triplet: BC, 84 and 26. RGB value is (188,132,38). Sum of RGB (Red+Green+Blue) = 188+132+38=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8426 is #437BD9. Grayscale: #8A8A8A. Windows color (decimal): -4422618 or 2524348. OLE color: 2524348.

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

Color convert

RGB18813238-
CMYK00.300.800.26
HSL37.6º66.37%44.31%-
HSV(B)37.6º79.79%73.73%-
XYZ29.3427.335.56-
YUV138.0371.55163.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 38 (15.23% from 255) = 10.61%
R=52.51%
G=36.87%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881323800.300.800.2637.666.3744.31
HexBC842601E501A26422c
Octal27420446036120324610254
Binary10111100100001001001100111101010000110101001101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc8426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc8426; }

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

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

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

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

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

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

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

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