#BF8234

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

Shades of Geebung #BF8234

Tints of Geebung #BF8234

Color information

#BF8234 (or 0xBF8234) is unknown color: approx Geebung. HEX triplet: BF, 82 and 34. RGB value is (191,130,52). Sum of RGB (Red+Green+Blue) = 191+130+52=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8234 is #407DCB. Grayscale: #8B8B8B. Windows color (decimal): -4226508 or 3441343. OLE color: 3441343.

HSL color Cylindrical-coordinate representation of color #BF8234: hue angle of 33.67º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF8234 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19113052-
CMYK00.320.730.25
HSL33.67º57.2%47.65%-
HSV(B)33.67º72.77%74.9%-
XYZ30.0927.296.93-
YUV139.3578.71164.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=51.21%
G=34.85%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911305200.320.730.2533.6757.247.65
HexBF82340204919223930
Octal2772026404011131427160
Binary10111111100000101101000100000100100111001100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8234; }

 p { color: rgb(191,130,52); }

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

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

 a { background-color: rgb(191,130,52); }

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

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

 span { border-color: rgb(191,130,52); }

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