Html Css Color HEX #BBA86E Gimblet

📋 copy color: '#BBA86E'

red 187 ◦ green 168 ◦ blue 110

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

Shades of Gimblet #BBA86E

Tints of Gimblet #BBA86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.66%

R = 40.22%
G = 36.13%
B = 23.66%

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

#BBA86E (or 0xBBA86E) is known color: Gimblet. HEX triplet: BB, A8 and 6E. RGB value is (187,168,110). Sum of RGB (Red+Green+Blue) = 187+168+110=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA86E is #445791. Grayscale: #A7A7A7. Windows color (decimal): -4478866 or 7252155. OLE color: 7252155.

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

Color convert

RGB 187 168 110 -
CMYK 0 0.10 0.41 0.27
HSL 45.19º 0.36% 0.58% -
HSV(B) 45.19º 0.41% 0.73% -
XYZ 37.31 39.7 20.45 -
YUV 167.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 187 168 110 0 0.10 0.41 0.27 45.19 0.36 0.58
Hex BB A8 6E 0 A 29 1B 2D 24 3A
Octal 273 250 156 0 12 51 33 55 44 72
Binary 10111011 10101000 1101110 0 1010 101001 11011 101101 100100 111010

Color Harmonies of #BBA86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA86E

Black with #BBA86E

Text Example


Text Example

White with #BBA86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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