Html Css Color HEX #BBA86F Gimblet

📋 copy color: '#BBA86F'

red 187 ◦ green 168 ◦ blue 111

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

Shades of Gimblet #BBA86F

Tints of Gimblet #BBA86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

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

R = 40.13%
G = 36.05%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBA86F (or 0xBBA86F) is known color: Gimblet. HEX triplet: BB, A8 and 6F. RGB value is (187,168,111). Sum of RGB (Red+Green+Blue) = 187+168+111=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA86F is #445790. Grayscale: #A7A7A7. Windows color (decimal): -4478865 or 7317691. OLE color: 7317691.

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

Color convert

RGB 187 168 111 -
CMYK 0 0.10 0.41 0.27
HSL 45º 0.36% 0.58% -
HSV(B) 45º 0.41% 0.73% -
XYZ 37.37 39.72 20.74 -
YUV 167.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 187 168 111 0 0.10 0.41 0.27 45 0.36 0.58
Hex BB A8 6F 0 A 29 1B 2D 24 3A
Octal 273 250 157 0 12 51 33 55 44 72
Binary 10111011 10101000 1101111 0 1010 101001 11011 101101 100100 111010

Color Harmonies of #BBA86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA86F

Black with #BBA86F

Text Example


Text Example

White with #BBA86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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