#BD8128

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

Shades of Geebung #BD8128

Tints of Geebung #BD8128

Color information

#BD8128 (or 0xBD8128) is unknown color: approx Geebung. HEX triplet: BD, 81 and 28. RGB value is (189,129,40). Sum of RGB (Red+Green+Blue) = 189+129+40=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8128 is #427ED7. Grayscale: #898989. Windows color (decimal): -4357848 or 2654653. OLE color: 2654653.

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

Color convert

RGB18912940-
CMYK00.320.790.26
HSL35.84º65.07%44.9%-
HSV(B)35.84º78.84%74.12%-
XYZ29.2226.675.62-
YUV136.7973.38165.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 40 (16.02% from 255) = 11.17%
R=52.79%
G=36.03%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891294000.320.790.2635.8465.0744.9
HexBD81280204F1A24412d
Octal27520150040117324410155
Binary101111011000000110100001000001001111110101001001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8128; }

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

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

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

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

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

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

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

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