#bd8625

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

Shades of Geebung #BD8625

Tints of Geebung #BD8625

Color information

#BD8625 (or 0xBD8625) is unknown color: approx Geebung. HEX triplet: BD, 86 and 25. RGB value is (189,134,37). Sum of RGB (Red+Green+Blue) = 189+134+37=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8625 is #4279DA. Grayscale: #8B8B8B. Windows color (decimal): -4356571 or 2459325. OLE color: 2459325.

HSL color Cylindrical-coordinate representation of color #BD8625: hue angle of 38.29º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD8625 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18913437-
CMYK00.290.800.26
HSL38.29º67.26%44.31%-
HSV(B)38.29º80.42%74.12%-
XYZ29.85285.58-
YUV139.3970.22163.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 37 (14.84% from 255) = 10.28%
R=52.5%
G=37.22%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891343700.290.800.2638.2967.2644.31
HexBD862501D501A26432c
Octal27520645035120324610354
Binary10111101100001101001010111011010000110101001101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd8625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd8625; }

 p { color: rgb(189,134,37); }

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

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

 a { background-color: rgb(189,134,37); }

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

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

 span { border-color: rgb(189,134,37); }

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