Html Css Color HEX #BBB058 Gimblet

📋 copy color: '#BBB058'

red 187 ◦ green 176 ◦ blue 88

#BBB058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #BBB058

Tints of Gimblet #BBB058

RGB

 RED value IS 187 (73.44% from 255) = 41.46%

 GREEN value IS 176 (69.14% from 255) = 39.02%

 BLUE value IS 88 (34.77% from 255) = 19.51%

R = 41.46%
G = 39.02%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBB058 (or 0xBBB058) is known color: Gimblet. HEX triplet: BB, B0 and 58. RGB value is (187,176,88). Sum of RGB (Red+Green+Blue) = 187+176+88=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB058 is #444FA7. Grayscale: #A9A9A9. Windows color (decimal): -4476840 or 5812411. OLE color: 5812411.

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

Color convert

RGB 187 176 88 -
CMYK 0 0.06 0.53 0.27
HSL 53.33º 0.42% 0.54% -
HSV(B) 53.33º 0.53% 0.73% -
XYZ 37.78 42.32 15.41 -
YUV 169.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 187 176 88 0 0.06 0.53 0.27 53.33 0.42 0.54
Hex BB B0 58 0 6 35 1B 35 2A 36
Octal 273 260 130 0 6 65 33 65 52 66
Binary 10111011 10110000 1011000 0 110 110101 11011 110101 101010 110110

Color Harmonies of #BBB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB058

Black with #BBB058

Text Example


Text Example

White with #BBB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB058; }

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

 H1.HeaderClassName
 {
   color: #BBB058;
 }
 .AnyTagClassName
 {
   color: #BBB058;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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