#BC8333

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

Shades of Geebung #BC8333

Tints of Geebung #BC8333

Color information

#BC8333 (or 0xBC8333) is unknown color: approx Geebung. HEX triplet: BC, 83 and 33. RGB value is (188,131,51). Sum of RGB (Red+Green+Blue) = 188+131+51=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8333 is #437CCC. Grayscale: #8B8B8B. Windows color (decimal): -4422861 or 3376060. OLE color: 3376060.

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

Color convert

RGB18813151-
CMYK00.300.730.26
HSL35.04º57.32%46.86%-
HSV(B)35.04º72.87%73.73%-
XYZ29.4527.166.82-
YUV138.9278.38163-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 51 (20.31% from 255) = 13.78%
R=50.81%
G=35.41%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881315100.300.730.2635.0457.3246.86
HexBC833301E491A23392f
Octal2742036303611132437157
Binary1011110010000011110011011110100100111010100011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8333; }

 p { color: rgb(188,131,51); }

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

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

 a { background-color: rgb(188,131,51); }

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

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

 span { border-color: rgb(188,131,51); }

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