Html Css Color HEX #B1A769 Gimblet

📋 copy color: '#B1A769'

red 177 ◦ green 167 ◦ blue 105

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

Shades of Gimblet #B1A769

Tints of Gimblet #B1A769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.39%

R = 39.42%
G = 37.19%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B1A769 (or 0xB1A769) is known color: Gimblet. HEX triplet: B1, A7 and 69. RGB value is (177,167,105). Sum of RGB (Red+Green+Blue) = 177+167+105=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A769 is #4E5896. Grayscale: #A3A3A3. Windows color (decimal): -5134487 or 6924209. OLE color: 6924209.

HSL color Cylindrical-coordinate representation of color #B1A769: hue angle of 51.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1A769 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 167 105 -
CMYK 0 0.06 0.41 0.31
HSL 51.67º 0.32% 0.55% -
HSV(B) 51.67º 0.41% 0.69% -
XYZ 34.5 38 18.88 -
YUV 162.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 177 167 105 0 0.06 0.41 0.31 51.67 0.32 0.55
Hex B1 A7 69 0 6 29 1F 34 20 37
Octal 261 247 151 0 6 51 37 64 40 67
Binary 10110001 10100111 1101001 0 110 101001 11111 110100 100000 110111

Color Harmonies of #B1A769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A769

Black with #B1A769

Text Example


Text Example

White with #B1A769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A769; }

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

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

background-color css

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

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

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

border-color css

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

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

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