Html Css Color HEX #BBB066 Gimblet

📋 copy color: '#BBB066'

red 187 ◦ green 176 ◦ blue 102

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

Shades of Gimblet #BBB066

Tints of Gimblet #BBB066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.94%

R = 40.22%
G = 37.85%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBB066 (or 0xBBB066) is known color: Gimblet. HEX triplet: BB, B0 and 66. RGB value is (187,176,102). Sum of RGB (Red+Green+Blue) = 187+176+102=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB066 is #444F99. Grayscale: #ABABAB. Windows color (decimal): -4476826 or 6729915. OLE color: 6729915.

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

Color convert

RGB 187 176 102 -
CMYK 0 0.06 0.45 0.27
HSL 52.24º 0.38% 0.57% -
HSV(B) 52.24º 0.45% 0.73% -
XYZ 38.42 42.57 18.76 -
YUV 170.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 187 176 102 0 0.06 0.45 0.27 52.24 0.38 0.57
Hex BB B0 66 0 6 2D 1B 34 26 39
Octal 273 260 146 0 6 55 33 64 46 71
Binary 10111011 10110000 1100110 0 110 101101 11011 110100 100110 111001

Color Harmonies of #BBB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB066

Black with #BBB066

Text Example


Text Example

White with #BBB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB066; }

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

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

background-color css

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

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

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

border-color css

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

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

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