Html Css Color HEX #BBA668 Gimblet

📋 copy color: '#BBA668'

red 187 ◦ green 166 ◦ blue 104

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

Shades of Gimblet #BBA668

Tints of Gimblet #BBA668

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.32%

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

R = 40.92%
G = 36.32%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBA668 (or 0xBBA668) is known color: Gimblet. HEX triplet: BB, A6 and 68. RGB value is (187,166,104). Sum of RGB (Red+Green+Blue) = 187+166+104=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA668 is #445997. Grayscale: #A5A5A5. Windows color (decimal): -4479384 or 6858427. OLE color: 6858427.

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

Color convert

RGB 187 166 104 -
CMYK 0 0.11 0.44 0.27
HSL 44.82º 0.38% 0.57% -
HSV(B) 44.82º 0.44% 0.73% -
XYZ 36.63 38.84 18.66 -
YUV 165.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 187 166 104 0 0.11 0.44 0.27 44.82 0.38 0.57
Hex BB A6 68 0 B 2C 1B 2D 26 39
Octal 273 246 150 0 13 54 33 55 46 71
Binary 10111011 10100110 1101000 0 1011 101100 11011 101101 100110 111001

Color Harmonies of #BBA668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA668

Black with #BBA668

Text Example


Text Example

White with #BBA668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA668; }

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

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

background-color css

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

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

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

border-color css

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

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

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