Html Css Color HEX #B1AA67 Gimblet

📋 copy color: '#B1AA67'

red 177 ◦ green 170 ◦ blue 103

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

Shades of Gimblet #B1AA67

Tints of Gimblet #B1AA67

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

 BLUE value IS 103 (40.63% from 255) = 22.89%

R = 39.33%
G = 37.78%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B1AA67 (or 0xB1AA67) is known color: Gimblet. HEX triplet: B1, AA and 67. RGB value is (177,170,103). Sum of RGB (Red+Green+Blue) = 177+170+103=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA67 is #4E5598. Grayscale: #A4A4A4. Windows color (decimal): -5133721 or 6793905. OLE color: 6793905.

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

Color convert

RGB 177 170 103 -
CMYK 0 0.04 0.42 0.31
HSL 54.32º 0.32% 0.55% -
HSV(B) 54.32º 0.42% 0.69% -
XYZ 34.95 39.08 18.53 -
YUV 164.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 177 170 103 0 0.04 0.42 0.31 54.32 0.32 0.55
Hex B1 AA 67 0 4 2A 1F 36 20 37
Octal 261 252 147 0 4 52 37 66 40 67
Binary 10110001 10101010 1100111 0 100 101010 11111 110110 100000 110111

Color Harmonies of #B1AA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA67

Black with #B1AA67

Text Example


Text Example

White with #B1AA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA67; }

 p { color: rgb(177,170,103); }

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

background-color css

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

 a { background-color: rgb(177,170,103); }

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

border-color css

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

 span { border-color: rgb(177,170,103); }

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