#BD8228

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

Shades of Geebung #BD8228

Tints of Geebung #BD8228

Color information

#BD8228 (or 0xBD8228) is unknown color: approx Geebung. HEX triplet: BD, 82 and 28. RGB value is (189,130,40). Sum of RGB (Red+Green+Blue) = 189+130+40=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8228 is #427DD7. Grayscale: #898989. Windows color (decimal): -4357592 or 2654909. OLE color: 2654909.

HSL color Cylindrical-coordinate representation of color #BD8228: hue angle of 36.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD8228 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18913040-
CMYK00.310.790.26
HSL36.24º65.07%44.9%-
HSV(B)36.24º78.84%74.12%-
XYZ29.3526.945.66-
YUV137.3873.05164.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 40 (16.02% from 255) = 11.14%
R=52.65%
G=36.21%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891304000.310.790.2636.2465.0744.9
HexBD822801F4F1A24412d
Octal27520250037117324410155
Binary10111101100000101010000111111001111110101001001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8228; }

 p { color: rgb(189,130,40); }

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

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

 a { background-color: rgb(189,130,40); }

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

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

 span { border-color: rgb(189,130,40); }

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