Html Css Color HEX #BBA96E Gimblet

📋 copy color: '#BBA96E'

red 187 ◦ green 169 ◦ blue 110

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

Shades of Gimblet #BBA96E

Tints of Gimblet #BBA96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.27%

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

R = 40.13%
G = 36.27%
B = 23.61%

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

#BBA96E (or 0xBBA96E) is known color: Gimblet. HEX triplet: BB, A9 and 6E. RGB value is (187,169,110). Sum of RGB (Red+Green+Blue) = 187+169+110=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA96E is #445691. Grayscale: #A7A7A7. Windows color (decimal): -4478610 or 7252411. OLE color: 7252411.

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

Color convert

RGB 187 169 110 -
CMYK 0 0.10 0.41 0.27
HSL 45.97º 0.36% 0.58% -
HSV(B) 45.97º 0.41% 0.73% -
XYZ 37.5 40.07 20.51 -
YUV 167.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 187 169 110 0 0.10 0.41 0.27 45.97 0.36 0.58
Hex BB A9 6E 0 A 29 1B 2E 24 3A
Octal 273 251 156 0 12 51 33 56 44 72
Binary 10111011 10101001 1101110 0 1010 101001 11011 101110 100100 111010

Color Harmonies of #BBA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA96E

Black with #BBA96E

Text Example


Text Example

White with #BBA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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