Html Css Color HEX #B1A45D Gimblet

📋 copy color: '#B1A45D'

red 177 ◦ green 164 ◦ blue 93

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

Shades of Gimblet #B1A45D

Tints of Gimblet #B1A45D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.79%

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 40.78%
G = 37.79%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1A45D (or 0xB1A45D) is known color: Gimblet. HEX triplet: B1, A4 and 5D. RGB value is (177,164,93). Sum of RGB (Red+Green+Blue) = 177+164+93=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A45D is #4E5BA2. Grayscale: #A0A0A0. Windows color (decimal): -5135267 or 6137009. OLE color: 6137009.

HSL color Cylindrical-coordinate representation of color #B1A45D: hue angle of 50.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1A45D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 164 93 -
CMYK 0 0.07 0.47 0.31
HSL 50.71º 0.35% 0.53% -
HSV(B) 50.71º 0.47% 0.69% -
XYZ 33.38 36.69 15.68 -
YUV 159.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 177 164 93 0 0.07 0.47 0.31 50.71 0.35 0.53
Hex B1 A4 5D 0 7 2F 1F 33 23 35
Octal 261 244 135 0 7 57 37 63 43 65
Binary 10110001 10100100 1011101 0 111 101111 11111 110011 100011 110101

Color Harmonies of #B1A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A45D

Black with #B1A45D

Text Example


Text Example

White with #B1A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A45D; }

 p { color: rgb(177,164,93); }

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

background-color css

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

 a { background-color: rgb(177,164,93); }

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

border-color css

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

 span { border-color: rgb(177,164,93); }

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