Html Css Color HEX #BBAB6C Gimblet

📋 copy color: '#BBAB6C'

red 187 ◦ green 171 ◦ blue 108

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

Shades of Gimblet #BBAB6C

Tints of Gimblet #BBAB6C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

 BLUE value IS 108 (42.58% from 255) = 23.18%

R = 40.13%
G = 36.7%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBAB6C (or 0xBBAB6C) is known color: Gimblet. HEX triplet: BB, AB and 6C. RGB value is (187,171,108). Sum of RGB (Red+Green+Blue) = 187+171+108=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB6C is #445493. Grayscale: #A8A8A8. Windows color (decimal): -4478100 or 7121851. OLE color: 7121851.

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

Color convert

RGB 187 171 108 -
CMYK 0 0.09 0.42 0.27
HSL 47.85º 0.37% 0.58% -
HSV(B) 47.85º 0.42% 0.73% -
XYZ 37.76 40.77 20.07 -
YUV 168.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 187 171 108 0 0.09 0.42 0.27 47.85 0.37 0.58
Hex BB AB 6C 0 9 2A 1B 30 25 3A
Octal 273 253 154 0 11 52 33 60 45 72
Binary 10111011 10101011 1101100 0 1001 101010 11011 110000 100101 111010

Color Harmonies of #BBAB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB6C

Black with #BBAB6C

Text Example


Text Example

White with #BBAB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB6C; }

 p { color: rgb(187,171,108); }

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

background-color css

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

 a { background-color: rgb(187,171,108); }

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

border-color css

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

 span { border-color: rgb(187,171,108); }

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