Html Css Color HEX #B1A758 Gimblet

📋 copy color: '#B1A758'

red 177 ◦ green 167 ◦ blue 88

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

Shades of Gimblet #B1A758

Tints of Gimblet #B1A758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.66%

 BLUE value IS 88 (34.77% from 255) = 20.37%

R = 40.97%
G = 38.66%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B1A758 (or 0xB1A758) is known color: Gimblet. HEX triplet: B1, A7 and 58. RGB value is (177,167,88). Sum of RGB (Red+Green+Blue) = 177+167+88=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A758 is #4E58A7. Grayscale: #A1A1A1. Windows color (decimal): -5134504 or 5810097. OLE color: 5810097.

HSL color Cylindrical-coordinate representation of color #B1A758: hue angle of 53.26º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1A758 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 167 88 -
CMYK 0 0.06 0.50 0.31
HSL 53.26º 0.36% 0.52% -
HSV(B) 53.26º 0.5% 0.69% -
XYZ 33.71 37.69 14.73 -
YUV 160.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 177 167 88 0 0.06 0.50 0.31 53.26 0.36 0.52
Hex B1 A7 58 0 6 32 1F 35 24 34
Octal 261 247 130 0 6 62 37 65 44 64
Binary 10110001 10100111 1011000 0 110 110010 11111 110101 100100 110100

Color Harmonies of #B1A758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A758

Black with #B1A758

Text Example


Text Example

White with #B1A758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A758; }

 p { color: rgb(177,167,88); }

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

background-color css

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

 a { background-color: rgb(177,167,88); }

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

border-color css

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

 span { border-color: rgb(177,167,88); }

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