#BF8226

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

Shades of Geebung #BF8226

Tints of Geebung #BF8226

Color information

#BF8226 (or 0xBF8226) is unknown color: approx Geebung. HEX triplet: BF, 82 and 26. RGB value is (191,130,38). Sum of RGB (Red+Green+Blue) = 191+130+38=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8226 is #407DD9. Grayscale: #8A8A8A. Windows color (decimal): -4226522 or 2523839. OLE color: 2523839.

HSL color Cylindrical-coordinate representation of color #BF8226: hue angle of 36.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF8226 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19113038-
CMYK00.320.800.25
HSL36.08º66.81%44.9%-
HSV(B)36.08º80.1%74.9%-
XYZ29.8227.185.51-
YUV137.7571.71165.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 38 (15.23% from 255) = 10.58%
R=53.20%
G=36.21%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911303800.320.800.2536.0866.8144.9
HexBF8226020501924432d
Octal27720246040120314410355
Binary101111111000001010011001000001010000110011001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8226; }

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

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

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

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

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

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

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

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