#BB842F

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

Shades of Geebung #BB842F

Tints of Geebung #BB842F

Color information

#BB842F (or 0xBB842F) is unknown color: approx Geebung. HEX triplet: BB, 84 and 2F. RGB value is (187,132,47). Sum of RGB (Red+Green+Blue) = 187+132+47=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB842F is #447BD0. Grayscale: #8B8B8B. Windows color (decimal): -4488145 or 3114171. OLE color: 3114171.

HSL color Cylindrical-coordinate representation of color #BB842F: hue angle of 36.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB842F is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18713247-
CMYK00.290.750.27
HSL36.43º59.83%45.88%-
HSV(B)36.43º74.87%73.33%-
XYZ29.2627.276.41-
YUV138.7676.22162.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 47 (18.75% from 255) = 12.84%
R=51.09%
G=36.07%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871324700.290.750.2736.4359.8345.88
HexBB842F01D4B1B243c2e
Octal2732045703511333447456
Binary1011101110000100101111011101100101111011100100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB842F; }

 p { color: rgb(187,132,47); }

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

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

 a { background-color: rgb(187,132,47); }

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

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

 span { border-color: rgb(187,132,47); }

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