#BC8134

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

Shades of Geebung #BC8134

Tints of Geebung #BC8134

Color information

#BC8134 (or 0xBC8134) is unknown color: approx Geebung. HEX triplet: BC, 81 and 34. RGB value is (188,129,52). Sum of RGB (Red+Green+Blue) = 188+129+52=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8134 is #437ECB. Grayscale: #8A8A8A. Windows color (decimal): -4423372 or 3441084. OLE color: 3441084.

HSL color Cylindrical-coordinate representation of color #BC8134: hue angle of 33.97º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC8134 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18812952-
CMYK00.310.720.26
HSL33.97º56.67%47.06%-
HSV(B)33.97º72.34%73.73%-
XYZ29.2126.646.85-
YUV137.8679.55163.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 52 (20.70% from 255) = 14.09%
R=50.95%
G=34.96%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881295200.310.720.2633.9756.6747.06
HexBC813401F481A22392f
Octal2742016403711032427157
Binary1011110010000001110100011111100100011010100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8134; }

 p { color: rgb(188,129,52); }

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

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

 a { background-color: rgb(188,129,52); }

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

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

 span { border-color: rgb(188,129,52); }

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