Html Css Color HEX #BBB266 Gimblet

📋 copy color: '#BBB266'

red 187 ◦ green 178 ◦ blue 102

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

Shades of Gimblet #BBB266

Tints of Gimblet #BBB266

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

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

R = 40.04%
G = 38.12%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBB266 (or 0xBBB266) is known color: Gimblet. HEX triplet: BB, B2 and 66. RGB value is (187,178,102). Sum of RGB (Red+Green+Blue) = 187+178+102=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB266 is #444D99. Grayscale: #ACACAC. Windows color (decimal): -4476314 or 6730427. OLE color: 6730427.

HSL color Cylindrical-coordinate representation of color #BBB266: hue angle of 53.65º 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 #BBB266 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 102 -
CMYK 0 0.05 0.45 0.27
HSL 53.65º 0.38% 0.57% -
HSV(B) 53.65º 0.45% 0.73% -
XYZ 38.81 43.36 18.9 -
YUV 172.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 187 178 102 0 0.05 0.45 0.27 53.65 0.38 0.57
Hex BB B2 66 0 5 2D 1B 36 26 39
Octal 273 262 146 0 5 55 33 66 46 71
Binary 10111011 10110010 1100110 0 101 101101 11011 110110 100110 111001

Color Harmonies of #BBB266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB266

Black with #BBB266

Text Example


Text Example

White with #BBB266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB266; }

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

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

background-color css

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

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

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

border-color css

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

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

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