#BC8427

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

Shades of Geebung #BC8427

Tints of Geebung #BC8427

Color information

#BC8427 (or 0xBC8427) is unknown color: approx Geebung. HEX triplet: BC, 84 and 27. RGB value is (188,132,39). Sum of RGB (Red+Green+Blue) = 188+132+39=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8427 is #437BD8. Grayscale: #8A8A8A. Windows color (decimal): -4422617 or 2589884. OLE color: 2589884.

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

Color convert

RGB18813239-
CMYK00.300.790.26
HSL37.45º65.64%44.51%-
HSV(B)37.45º79.26%73.73%-
XYZ29.3627.345.65-
YUV138.1472.05163.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=52.37%
G=36.77%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881323900.300.790.2637.4565.6444.51
HexBC842701E4F1A25422d
Octal27420447036117324510255
Binary10111100100001001001110111101001111110101001011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8427; }

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

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

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

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

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

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

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

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