#BD842F

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

Shades of Geebung #BD842F

Tints of Geebung #BD842F

Color information

#BD842F (or 0xBD842F) is unknown color: approx Geebung. HEX triplet: BD, 84 and 2F. RGB value is (189,132,47). Sum of RGB (Red+Green+Blue) = 189+132+47=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD842F is #427BD0. Grayscale: #8B8B8B. Windows color (decimal): -4357073 or 3114173. OLE color: 3114173.

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

Color convert

RGB18913247-
CMYK00.300.750.26
HSL35.92º60.17%46.27%-
HSV(B)35.92º75.13%74.12%-
XYZ29.7527.536.43-
YUV139.3575.88163.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 47 (18.75% from 255) = 12.77%
R=51.36%
G=35.87%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891324700.300.750.2635.9260.1746.27
HexBD842F01E4B1A243c2e
Octal2752045703611332447456
Binary1011110110000100101111011110100101111010100100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD842F; }

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

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

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

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

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

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

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

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