#BBB05C

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

Shades of Gimblet #BBB05C

Tints of Gimblet #BBB05C

Color information

#BBB05C (or 0xBBB05C) is unknown color: approx Gimblet. HEX triplet: BB, B0 and 5C. RGB value is (187,176,92). Sum of RGB (Red+Green+Blue) = 187+176+92=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB05C is #444FA3. Grayscale: #AAAAAA. Windows color (decimal): -4476836 or 6074555. OLE color: 6074555.

HSL color Cylindrical-coordinate representation of color #BBB05C: hue angle of 53.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBB05C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18717692-
CMYK00.060.510.27
HSL53.05º41.13%54.71%-
HSV(B)53.05º50.8%73.33%-
XYZ37.9542.3916.31-
YUV169.7184.14140.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=41.10%
G=38.68%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871769200.060.510.2753.0541.1354.71
HexBBB05C06331B352937
Octal273260134066333655167
Binary10111011101100001011100011011001111011110101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB05C; }

 p { color: rgb(187,176,92); }

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

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

 a { background-color: rgb(187,176,92); }

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

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

 span { border-color: rgb(187,176,92); }

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