#BF8135

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

Shades of Geebung #BF8135

Tints of Geebung #BF8135

Color information

#BF8135 (or 0xBF8135) is unknown color: approx Geebung. HEX triplet: BF, 81 and 35. RGB value is (191,129,53). Sum of RGB (Red+Green+Blue) = 191+129+53=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8135 is #407ECA. Grayscale: #8B8B8B. Windows color (decimal): -4226763 or 3506623. OLE color: 3506623.

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

Color convert

RGB19112953-
CMYK00.320.720.25
HSL33.04º56.56%47.84%-
HSV(B)33.04º72.25%74.9%-
XYZ29.9827.037.01-
YUV138.8779.54165.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=51.21%
G=34.58%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911295300.320.720.2533.0456.5647.84
HexBF81350204819213930
Octal2772016504011031417160
Binary10111111100000011101010100000100100011001100001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8135; }

 p { color: rgb(191,129,53); }

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

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

 a { background-color: rgb(191,129,53); }

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

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

 span { border-color: rgb(191,129,53); }

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