#BC8135

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

Shades of Geebung #BC8135

Tints of Geebung #BC8135

Color information

#BC8135 (or 0xBC8135) is unknown color: approx Geebung. HEX triplet: BC, 81 and 35. RGB value is (188,129,53). Sum of RGB (Red+Green+Blue) = 188+129+53=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8135 is #437ECA. Grayscale: #8A8A8A. Windows color (decimal): -4423371 or 3506620. OLE color: 3506620.

HSL color Cylindrical-coordinate representation of color #BC8135: hue angle of 33.78º degrees, saturation: 0.56, 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 #BC8135 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18812953-
CMYK00.310.720.26
HSL33.78º56.02%47.25%-
HSV(B)33.78º71.81%73.73%-
XYZ29.2326.656.97-
YUV137.9880.05163.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 53 (21.09% from 255) = 14.32%
R=50.81%
G=34.86%
B=14.32%

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
Decimal1881295300.310.720.2633.7856.0247.25
HexBC813501F481A22382f
Octal2742016503711032427057
Binary1011110010000001110101011111100100011010100010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8135; }

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

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

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

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

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

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

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

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