Html Css Color HEX #BBAB6F Gimblet

📋 copy color: '#BBAB6F'

red 187 ◦ green 171 ◦ blue 111

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

Shades of Gimblet #BBAB6F

Tints of Gimblet #BBAB6F

RGB

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

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

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

R = 39.87%
G = 36.46%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBAB6F (or 0xBBAB6F) is known color: Gimblet. HEX triplet: BB, AB and 6F. RGB value is (187,171,111). Sum of RGB (Red+Green+Blue) = 187+171+111=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB6F is #445490. Grayscale: #A9A9A9. Windows color (decimal): -4478097 or 7318459. OLE color: 7318459.

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

Color convert

RGB 187 171 111 -
CMYK 0 0.09 0.41 0.27
HSL 47.37º 0.36% 0.58% -
HSV(B) 47.37º 0.41% 0.73% -
XYZ 37.93 40.84 20.92 -
YUV 168.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 187 171 111 0 0.09 0.41 0.27 47.37 0.36 0.58
Hex BB AB 6F 0 9 29 1B 2F 24 3A
Octal 273 253 157 0 11 51 33 57 44 72
Binary 10111011 10101011 1101111 0 1001 101001 11011 101111 100100 111010

Color Harmonies of #BBAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB6F

Black with #BBAB6F

Text Example


Text Example

White with #BBAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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