Html Css Color HEX #BBA964 Gimblet

📋 copy color: '#BBA964'

red 187 ◦ green 169 ◦ blue 100

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

Shades of Gimblet #BBA964

Tints of Gimblet #BBA964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.93%

R = 41.01%
G = 37.06%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBA964 (or 0xBBA964) is known color: Gimblet. HEX triplet: BB, A9 and 64. RGB value is (187,169,100). Sum of RGB (Red+Green+Blue) = 187+169+100=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA964 is #44569B. Grayscale: #A6A6A6. Windows color (decimal): -4478620 or 6597051. OLE color: 6597051.

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

Color convert

RGB 187 169 100 -
CMYK 0 0.10 0.47 0.27
HSL 47.59º 0.39% 0.56% -
HSV(B) 47.59º 0.47% 0.73% -
XYZ 36.98 39.86 17.8 -
YUV 166.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 187 169 100 0 0.10 0.47 0.27 47.59 0.39 0.56
Hex BB A9 64 0 A 2F 1B 30 27 38
Octal 273 251 144 0 12 57 33 60 47 70
Binary 10111011 10101001 1100100 0 1010 101111 11011 110000 100111 111000

Color Harmonies of #BBA964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA964

Black with #BBA964

Text Example


Text Example

White with #BBA964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA964; }

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

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

background-color css

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

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

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

border-color css

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

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

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