Html Css Color HEX #BBA669 Gimblet

📋 copy color: '#BBA669'

red 187 ◦ green 166 ◦ blue 105

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

Shades of Gimblet #BBA669

Tints of Gimblet #BBA669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.93%

R = 40.83%
G = 36.24%
B = 22.93%

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

#BBA669 (or 0xBBA669) is known color: Gimblet. HEX triplet: BB, A6 and 69. RGB value is (187,166,105). Sum of RGB (Red+Green+Blue) = 187+166+105=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA669 is #445996. Grayscale: #A5A5A5. Windows color (decimal): -4479383 or 6923963. OLE color: 6923963.

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

Color convert

RGB 187 166 105 -
CMYK 0 0.11 0.44 0.27
HSL 44.63º 0.38% 0.57% -
HSV(B) 44.63º 0.44% 0.73% -
XYZ 36.68 38.86 18.93 -
YUV 165.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 187 166 105 0 0.11 0.44 0.27 44.63 0.38 0.57
Hex BB A6 69 0 B 2C 1B 2D 26 39
Octal 273 246 151 0 13 54 33 55 46 71
Binary 10111011 10100110 1101001 0 1011 101100 11011 101101 100110 111001

Color Harmonies of #BBA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA669

Black with #BBA669

Text Example


Text Example

White with #BBA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA669; }

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

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

background-color css

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

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

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

border-color css

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

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

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