#BF8433

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

Shades of Geebung #BF8433

Tints of Geebung #BF8433

Color information

#BF8433 (or 0xBF8433) is unknown color: approx Geebung. HEX triplet: BF, 84 and 33. RGB value is (191,132,51). Sum of RGB (Red+Green+Blue) = 191+132+51=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8433 is #407BCC. Grayscale: #8C8C8C. Windows color (decimal): -4225997 or 3376319. OLE color: 3376319.

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

Color convert

RGB19113251-
CMYK00.310.730.25
HSL34.71º57.85%47.45%-
HSV(B)34.71º73.3%74.9%-
XYZ30.3327.826.9-
YUV140.4177.55164.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=51.07%
G=35.29%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911325100.310.730.2534.7157.8547.45
HexBF843301F4919233a2f
Octal2772046303711131437257
Binary1011111110000100110011011111100100111001100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8433; }

 p { color: rgb(191,132,51); }

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

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

 a { background-color: rgb(191,132,51); }

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

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

 span { border-color: rgb(191,132,51); }

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