Html Css Color HEX #BBAB68 Gimblet

📋 copy color: '#BBAB68'

red 187 ◦ green 171 ◦ blue 104

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

Shades of Gimblet #BBAB68

Tints of Gimblet #BBAB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.51%

R = 40.48%
G = 37.01%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBAB68 (or 0xBBAB68) is known color: Gimblet. HEX triplet: BB, AB and 68. RGB value is (187,171,104). Sum of RGB (Red+Green+Blue) = 187+171+104=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB68 is #445497. Grayscale: #A8A8A8. Windows color (decimal): -4478104 or 6859707. OLE color: 6859707.

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

Color convert

RGB 187 171 104 -
CMYK 0 0.09 0.44 0.27
HSL 48.43º 0.38% 0.57% -
HSV(B) 48.43º 0.44% 0.73% -
XYZ 37.56 40.69 18.97 -
YUV 168.15 91.8 141.45 -
System Red Green Blue C M Y K H S L
Decimal 187 171 104 0 0.09 0.44 0.27 48.43 0.38 0.57
Hex BB AB 68 0 9 2C 1B 30 26 39
Octal 273 253 150 0 11 54 33 60 46 71
Binary 10111011 10101011 1101000 0 1001 101100 11011 110000 100110 111001

Color Harmonies of #BBAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB68

Black with #BBAB68

Text Example


Text Example

White with #BBAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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