#BD822E

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

Shades of Geebung #BD822E

Tints of Geebung #BD822E

Color information

#BD822E (or 0xBD822E) is unknown color: approx Geebung. HEX triplet: BD, 82 and 2E. RGB value is (189,130,46). Sum of RGB (Red+Green+Blue) = 189+130+46=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD822E is #427DD1. Grayscale: #8A8A8A. Windows color (decimal): -4357586 or 3048125. OLE color: 3048125.

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

Color convert

RGB18913046-
CMYK00.310.760.26
HSL35.24º60.85%46.08%-
HSV(B)35.24º75.66%74.12%-
XYZ29.4626.986.24-
YUV138.0676.05164.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.78%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=51.78%
G=35.62%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891304600.310.760.2635.2460.8546.08
HexBD822E01F4C1A233d2e
Octal2752025603711432437556
Binary1011110110000010101110011111100110011010100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD822E; }

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

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

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

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

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

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

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

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