Html Css Color HEX #BBA960 Gimblet

📋 copy color: '#BBA960'

red 187 ◦ green 169 ◦ blue 96

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

Shades of Gimblet #BBA960

Tints of Gimblet #BBA960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.39%

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 41.37%
G = 37.39%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBA960 (or 0xBBA960) is known color: Gimblet. HEX triplet: BB, A9 and 60. RGB value is (187,169,96). Sum of RGB (Red+Green+Blue) = 187+169+96=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA960 is #44569F. Grayscale: #A6A6A6. Windows color (decimal): -4478624 or 6334907. OLE color: 6334907.

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

Color convert

RGB 187 169 96 -
CMYK 0 0.10 0.49 0.27
HSL 48.13º 0.4% 0.55% -
HSV(B) 48.13º 0.49% 0.73% -
XYZ 36.79 39.79 16.81 -
YUV 166.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 187 169 96 0 0.10 0.49 0.27 48.13 0.4 0.55
Hex BB A9 60 0 A 31 1B 30 28 37
Octal 273 251 140 0 12 61 33 60 50 67
Binary 10111011 10101001 1100000 0 1010 110001 11011 110000 101000 110111

Color Harmonies of #BBA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA960

Black with #BBA960

Text Example


Text Example

White with #BBA960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA960; }

 p { color: rgb(187,169,96); }

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

background-color css

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

 a { background-color: rgb(187,169,96); }

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

border-color css

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

 span { border-color: rgb(187,169,96); }

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