#BF8423

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

Shades of Geebung #BF8423

Tints of Geebung #BF8423

Color information

#BF8423 (or 0xBF8423) is unknown color: approx Geebung. HEX triplet: BF, 84 and 23. RGB value is (191,132,35). Sum of RGB (Red+Green+Blue) = 191+132+35=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8423 is #407BDC. Grayscale: #8B8B8B. Windows color (decimal): -4226013 or 2327743. OLE color: 2327743.

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

Color convert

RGB19113235-
CMYK00.310.820.25
HSL37.31º69.03%44.31%-
HSV(B)37.31º81.68%74.9%-
XYZ30.0427.75.35-
YUV138.5869.55165.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 35 (14.06% from 255) = 9.78%
R=53.35%
G=36.87%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911323500.310.820.2537.3169.0344.31
HexBF842301F521925452c
Octal27720443037122314510554
Binary10111111100001001000110111111010010110011001011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8423; }

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

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

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

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

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

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

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

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