Html Css Color HEX #BBA96F Gimblet

📋 copy color: '#BBA96F'

red 187 ◦ green 169 ◦ blue 111

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

Shades of Gimblet #BBA96F

Tints of Gimblet #BBA96F

RGB

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

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

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

R = 40.04%
G = 36.19%
B = 23.77%

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

#BBA96F (or 0xBBA96F) is known color: Gimblet. HEX triplet: BB, A9 and 6F. RGB value is (187,169,111). Sum of RGB (Red+Green+Blue) = 187+169+111=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA96F is #445690. Grayscale: #A8A8A8. Windows color (decimal): -4478609 or 7317947. OLE color: 7317947.

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

Color convert

RGB 187 169 111 -
CMYK 0 0.10 0.41 0.27
HSL 45.79º 0.36% 0.58% -
HSV(B) 45.79º 0.41% 0.73% -
XYZ 37.55 40.09 20.8 -
YUV 167.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 187 169 111 0 0.10 0.41 0.27 45.79 0.36 0.58
Hex BB A9 6F 0 A 29 1B 2E 24 3A
Octal 273 251 157 0 12 51 33 56 44 72
Binary 10111011 10101001 1101111 0 1010 101001 11011 101110 100100 111010

Color Harmonies of #BBA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA96F

Black with #BBA96F

Text Example


Text Example

White with #BBA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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