#BC8434

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

Shades of Geebung #BC8434

Tints of Geebung #BC8434

Color information

#BC8434 (or 0xBC8434) is unknown color: approx Geebung. HEX triplet: BC, 84 and 34. RGB value is (188,132,52). Sum of RGB (Red+Green+Blue) = 188+132+52=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8434 is #437BCB. Grayscale: #8C8C8C. Windows color (decimal): -4422604 or 3441852. OLE color: 3441852.

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

Color convert

RGB18813252-
CMYK00.300.720.26
HSL35.29º56.67%47.06%-
HSV(B)35.29º72.34%73.73%-
XYZ29.6127.446.98-
YUV139.6278.55162.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=50.54%
G=35.48%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881325200.300.720.2635.2956.6747.06
HexBC843401E481A23392f
Octal2742046403611032437157
Binary1011110010000100110100011110100100011010100011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8434; }

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

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

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

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

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

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

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

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