#BB842A

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

Shades of Geebung #BB842A

Tints of Geebung #BB842A

Color information

#BB842A (or 0xBB842A) is unknown color: approx Geebung. HEX triplet: BB, 84 and 2A. RGB value is (187,132,42). Sum of RGB (Red+Green+Blue) = 187+132+42=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB842A is #447BD5. Grayscale: #8A8A8A. Windows color (decimal): -4488150 or 2786491. OLE color: 2786491.

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

Color convert

RGB18713242-
CMYK00.290.780.27
HSL37.24º63.32%44.9%-
HSV(B)37.24º77.54%73.33%-
XYZ29.1627.235.91-
YUV138.1873.72162.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=51.80%
G=36.57%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871324200.290.780.2737.2463.3244.9
HexBB842A01D4E1B253f2d
Octal2732045203511633457755
Binary1011101110000100101010011101100111011011100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB842A; }

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

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

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

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

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

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

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

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