Html Css Color HEX #B1A45B Gimblet

📋 copy color: '#B1A45B'

red 177 ◦ green 164 ◦ blue 91

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

Shades of Gimblet #B1A45B

Tints of Gimblet #B1A45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.06%

R = 40.97%
G = 37.96%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1A45B (or 0xB1A45B) is known color: Gimblet. HEX triplet: B1, A4 and 5B. RGB value is (177,164,91). Sum of RGB (Red+Green+Blue) = 177+164+91=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A45B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A45B is #4E5BA4. Grayscale: #9F9F9F. Windows color (decimal): -5135269 or 6005937. OLE color: 6005937.

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

Color convert

RGB 177 164 91 -
CMYK 0 0.07 0.49 0.31
HSL 50.93º 0.36% 0.53% -
HSV(B) 50.93º 0.49% 0.69% -
XYZ 33.3 36.65 15.22 -
YUV 159.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 177 164 91 0 0.07 0.49 0.31 50.93 0.36 0.53
Hex B1 A4 5B 0 7 31 1F 33 24 35
Octal 261 244 133 0 7 61 37 63 44 65
Binary 10110001 10100100 1011011 0 111 110001 11111 110011 100100 110101

Color Harmonies of #B1A45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A45B

Black with #B1A45B

Text Example


Text Example

White with #B1A45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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