Html Css Color HEX #B1A960 Gimblet

📋 copy color: '#B1A960'

red 177 ◦ green 169 ◦ blue 96

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

Shades of Gimblet #B1A960

Tints of Gimblet #B1A960

RGB

 RED value IS 177 (69.53% from 255) = 40.05%

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

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

R = 40.05%
G = 38.24%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1A960 (or 0xB1A960) is known color: Gimblet. HEX triplet: B1, A9 and 60. RGB value is (177,169,96). Sum of RGB (Red+Green+Blue) = 177+169+96=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A960 is #4E569F. Grayscale: #A3A3A3. Windows color (decimal): -5133984 or 6334897. OLE color: 6334897.

HSL color Cylindrical-coordinate representation of color #B1A960: hue angle of 54.07º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1A960 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 169 96 -
CMYK 0 0.05 0.46 0.31
HSL 54.07º 0.34% 0.54% -
HSV(B) 54.07º 0.46% 0.69% -
XYZ 34.43 38.57 16.7 -
YUV 163.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 177 169 96 0 0.05 0.46 0.31 54.07 0.34 0.54
Hex B1 A9 60 0 5 2E 1F 36 22 36
Octal 261 251 140 0 5 56 37 66 42 66
Binary 10110001 10101001 1100000 0 101 101110 11111 110110 100010 110110

Color Harmonies of #B1A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A960

Black with #B1A960

Text Example


Text Example

White with #B1A960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A960; }

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

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

background-color css

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

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

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

border-color css

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

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

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