Html Css Color HEX #B1A569 Gimblet

📋 copy color: '#B1A569'

red 177 ◦ green 165 ◦ blue 105

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

Shades of Gimblet #B1A569

Tints of Gimblet #B1A569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.91%

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

R = 39.6%
G = 36.91%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B1A569 (or 0xB1A569) is known color: Gimblet. HEX triplet: B1, A5 and 69. RGB value is (177,165,105). Sum of RGB (Red+Green+Blue) = 177+165+105=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A569 is #4E5A96. Grayscale: #A2A2A2. Windows color (decimal): -5134999 or 6923697. OLE color: 6923697.

HSL color Cylindrical-coordinate representation of color #B1A569: hue angle of 50º 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 #B1A569 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 165 105 -
CMYK 0 0.07 0.41 0.31
HSL 50º 0.32% 0.55% -
HSV(B) 50º 0.41% 0.69% -
XYZ 34.14 37.28 18.76 -
YUV 161.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 177 165 105 0 0.07 0.41 0.31 50 0.32 0.55
Hex B1 A5 69 0 7 29 1F 32 20 37
Octal 261 245 151 0 7 51 37 62 40 67
Binary 10110001 10100101 1101001 0 111 101001 11111 110010 100000 110111

Color Harmonies of #B1A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A569

Black with #B1A569

Text Example


Text Example

White with #B1A569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A569; }

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

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

background-color css

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

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

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

border-color css

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

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

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