#BD8434

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

Shades of Geebung #BD8434

Tints of Geebung #BD8434

Color information

#BD8434 (or 0xBD8434) is unknown color: approx Geebung. HEX triplet: BD, 84 and 34. RGB value is (189,132,52). Sum of RGB (Red+Green+Blue) = 189+132+52=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8434 is #427BCB. Grayscale: #8C8C8C. Windows color (decimal): -4357068 or 3441853. OLE color: 3441853.

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

Color convert

RGB18913252-
CMYK00.300.720.26
HSL35.04º56.85%47.25%-
HSV(B)35.04º72.49%74.12%-
XYZ29.8627.577-
YUV139.9278.38163-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=50.67%
G=35.39%
B=13.94%

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
Decimal1891325200.300.720.2635.0456.8547.25
HexBD843401E481A23392f
Octal2752046403611032437157
Binary1011110110000100110100011110100100011010100011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8434; }

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

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

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

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

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

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

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

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