#BBB263

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

Shades of Gimblet #BBB263

Tints of Gimblet #BBB263

Color information

#BBB263 (or 0xBBB263) is unknown color: approx Gimblet. HEX triplet: BB, B2 and 63. RGB value is (187,178,99). Sum of RGB (Red+Green+Blue) = 187+178+99=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB263 is #444D9C. Grayscale: #ACACAC. Windows color (decimal): -4476317 or 6533819. OLE color: 6533819.

HSL color Cylindrical-coordinate representation of color #BBB263: hue angle of 53.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBB263 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18717899-
CMYK00.050.470.27
HSL53.86º39.29%56.08%-
HSV(B)53.86º47.06%73.33%-
XYZ38.6743.3118.13-
YUV171.6886.98138.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 178 (69.92% from 255) = 38.36%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=40.30%
G=38.36%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871789900.050.470.2753.8639.2956.08
HexBBB263052F1B362738
Octal273262143055733664770
Binary10111011101100101100011010110111111011110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB263; }

 p { color: rgb(187,178,99); }

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

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

 a { background-color: rgb(187,178,99); }

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

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

 span { border-color: rgb(187,178,99); }

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