Html Css Color HEX #BBA661 Gimblet

📋 copy color: '#BBA661'

red 187 ◦ green 166 ◦ blue 97

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

Shades of Gimblet #BBA661

Tints of Gimblet #BBA661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 41.56%
G = 36.89%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBA661 (or 0xBBA661) is known color: Gimblet. HEX triplet: BB, A6 and 61. RGB value is (187,166,97). Sum of RGB (Red+Green+Blue) = 187+166+97=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA661 is #44599E. Grayscale: #A4A4A4. Windows color (decimal): -4479391 or 6399675. OLE color: 6399675.

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

Color convert

RGB 187 166 97 -
CMYK 0 0.11 0.48 0.27
HSL 46º 0.4% 0.56% -
HSV(B) 46º 0.48% 0.73% -
XYZ 36.29 38.7 16.87 -
YUV 164.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 187 166 97 0 0.11 0.48 0.27 46 0.4 0.56
Hex BB A6 61 0 B 30 1B 2E 28 38
Octal 273 246 141 0 13 60 33 56 50 70
Binary 10111011 10100110 1100001 0 1011 110000 11011 101110 101000 111000

Color Harmonies of #BBA661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA661

Black with #BBA661

Text Example


Text Example

White with #BBA661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA661; }

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

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

background-color css

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

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

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

border-color css

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

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

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