Html Css Color HEX #BBA65E Gimblet

📋 copy color: '#BBA65E'

red 187 ◦ green 166 ◦ blue 94

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

Shades of Gimblet #BBA65E

Tints of Gimblet #BBA65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.14%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 41.83%
G = 37.14%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBA65E (or 0xBBA65E) is known color: Gimblet. HEX triplet: BB, A6 and 5E. RGB value is (187,166,94). Sum of RGB (Red+Green+Blue) = 187+166+94=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA65E is #4459A1. Grayscale: #A4A4A4. Windows color (decimal): -4479394 or 6203067. OLE color: 6203067.

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

Color convert

RGB 187 166 94 -
CMYK 0 0.11 0.50 0.27
HSL 46.45º 0.41% 0.55% -
HSV(B) 46.45º 0.5% 0.73% -
XYZ 36.15 38.65 16.14 -
YUV 164.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 187 166 94 0 0.11 0.50 0.27 46.45 0.41 0.55
Hex BB A6 5E 0 B 32 1B 2E 29 37
Octal 273 246 136 0 13 62 33 56 51 67
Binary 10111011 10100110 1011110 0 1011 110010 11011 101110 101001 110111

Color Harmonies of #BBA65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA65E

Black with #BBA65E

Text Example


Text Example

White with #BBA65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA65E; }

 p { color: rgb(187,166,94); }

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

background-color css

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

 a { background-color: rgb(187,166,94); }

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

border-color css

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

 span { border-color: rgb(187,166,94); }

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