Html Css Color HEX #BBB062 Gimblet

📋 copy color: '#BBB062'

red 187 ◦ green 176 ◦ blue 98

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

Shades of Gimblet #BBB062

Tints of Gimblet #BBB062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 40.56%
G = 38.18%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBB062 (or 0xBBB062) is known color: Gimblet. HEX triplet: BB, B0 and 62. RGB value is (187,176,98). Sum of RGB (Red+Green+Blue) = 187+176+98=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB062 is #444F9D. Grayscale: #AAAAAA. Windows color (decimal): -4476830 or 6467771. OLE color: 6467771.

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

Color convert

RGB 187 176 98 -
CMYK 0 0.06 0.48 0.27
HSL 52.58º 0.4% 0.56% -
HSV(B) 52.58º 0.48% 0.73% -
XYZ 38.22 42.5 17.74 -
YUV 170.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 187 176 98 0 0.06 0.48 0.27 52.58 0.4 0.56
Hex BB B0 62 0 6 30 1B 35 28 38
Octal 273 260 142 0 6 60 33 65 50 70
Binary 10111011 10110000 1100010 0 110 110000 11011 110101 101000 111000

Color Harmonies of #BBB062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB062

Black with #BBB062

Text Example


Text Example

White with #BBB062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB062; }

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

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

background-color css

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

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

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

border-color css

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

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

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