#BB852E

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

Shades of Geebung #BB852E

Tints of Geebung #BB852E

Color information

#BB852E (or 0xBB852E) is unknown color: approx Geebung. HEX triplet: BB, 85 and 2E. RGB value is (187,133,46). Sum of RGB (Red+Green+Blue) = 187+133+46=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB852E is #447AD1. Grayscale: #8B8B8B. Windows color (decimal): -4487890 or 3048891. OLE color: 3048891.

HSL color Cylindrical-coordinate representation of color #BB852E: hue angle of 37.02º degrees, saturation: 0.61, 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 #BB852E is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18713346-
CMYK00.290.750.27
HSL37.02º60.52%45.69%-
HSV(B)37.02º75.4%73.33%-
XYZ29.3727.546.35-
YUV139.2375.39162.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 46 (18.36% from 255) = 12.57%
R=51.09%
G=36.34%
B=12.57%

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
Decimal1871334600.290.750.2737.0260.5245.69
HexBB852E01D4B1B253d2e
Octal2732055603511333457556
Binary1011101110000101101110011101100101111011100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB852E; }

 p { color: rgb(187,133,46); }

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

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

 a { background-color: rgb(187,133,46); }

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

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

 span { border-color: rgb(187,133,46); }

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