Html Css Color HEX #BBA66F Gimblet

📋 copy color: '#BBA66F'

red 187 ◦ green 166 ◦ blue 111

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

Shades of Gimblet #BBA66F

Tints of Gimblet #BBA66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 40.3%
G = 35.78%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBA66F (or 0xBBA66F) is known color: Gimblet. HEX triplet: BB, A6 and 6F. RGB value is (187,166,111). Sum of RGB (Red+Green+Blue) = 187+166+111=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA66F is #445990. Grayscale: #A6A6A6. Windows color (decimal): -4479377 or 7317179. OLE color: 7317179.

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

Color convert

RGB 187 166 111 -
CMYK 0 0.11 0.41 0.27
HSL 43.42º 0.36% 0.58% -
HSV(B) 43.42º 0.41% 0.73% -
XYZ 37 38.98 20.61 -
YUV 166.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 187 166 111 0 0.11 0.41 0.27 43.42 0.36 0.58
Hex BB A6 6F 0 B 29 1B 2B 24 3A
Octal 273 246 157 0 13 51 33 53 44 72
Binary 10111011 10100110 1101111 0 1011 101001 11011 101011 100100 111010

Color Harmonies of #BBA66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA66F

Black with #BBA66F

Text Example


Text Example

White with #BBA66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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