#BD8036

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

Shades of Geebung #BD8036

Tints of Geebung #BD8036

Color information

#BD8036 (or 0xBD8036) is unknown color: approx Geebung. HEX triplet: BD, 80 and 36. RGB value is (189,128,54). Sum of RGB (Red+Green+Blue) = 189+128+54=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8036 is #427FC9. Grayscale: #8A8A8A. Windows color (decimal): -4358090 or 3571901. OLE color: 3571901.

HSL color Cylindrical-coordinate representation of color #BD8036: hue angle of 32.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD8036 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18912854-
CMYK00.320.710.26
HSL32.89º55.56%47.65%-
HSV(B)32.89º71.43%74.12%-
XYZ29.3726.527.06-
YUV137.880.71164.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 54 (21.48% from 255) = 14.56%
R=50.94%
G=34.50%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891285400.320.710.2632.8955.5647.65
HexBD8036020471A213830
Octal2752006604010732417060
Binary10111101100000001101100100000100011111010100001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8036; }

 p { color: rgb(189,128,54); }

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

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

 a { background-color: rgb(189,128,54); }

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

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

 span { border-color: rgb(189,128,54); }

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