Html Css Color HEX #BBAB64 Gimblet

📋 copy color: '#BBAB64'

red 187 ◦ green 171 ◦ blue 100

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

Shades of Gimblet #BBAB64

Tints of Gimblet #BBAB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.83%

R = 40.83%
G = 37.34%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBAB64 (or 0xBBAB64) is known color: Gimblet. HEX triplet: BB, AB and 64. RGB value is (187,171,100). Sum of RGB (Red+Green+Blue) = 187+171+100=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB64 is #44549B. Grayscale: #A7A7A7. Windows color (decimal): -4478108 or 6597563. OLE color: 6597563.

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

Color convert

RGB 187 171 100 -
CMYK 0 0.09 0.47 0.27
HSL 48.97º 0.39% 0.56% -
HSV(B) 48.97º 0.47% 0.73% -
XYZ 37.36 40.61 17.93 -
YUV 167.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 187 171 100 0 0.09 0.47 0.27 48.97 0.39 0.56
Hex BB AB 64 0 9 2F 1B 31 27 38
Octal 273 253 144 0 11 57 33 61 47 70
Binary 10111011 10101011 1100100 0 1001 101111 11011 110001 100111 111000

Color Harmonies of #BBAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB64

Black with #BBAB64

Text Example


Text Example

White with #BBAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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