Html Css Color HEX #B0A661 Gimblet

📋 copy color: '#B0A661'

red 176 ◦ green 166 ◦ blue 97

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

Shades of Gimblet #B0A661

Tints of Gimblet #B0A661

RGB

 RED value IS 176 (69.14% from 255) = 40.09%

 GREEN value IS 166 (65.23% from 255) = 37.81%

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 40.09%
G = 37.81%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B0A661 (or 0xB0A661) is known color: Gimblet. HEX triplet: B0, A6 and 61. RGB value is (176,166,97). Sum of RGB (Red+Green+Blue) = 176+166+97=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A661 is #4F599E. Grayscale: #A1A1A1. Windows color (decimal): -5200287 or 6399664. OLE color: 6399664.

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

Color convert

RGB 176 166 97 -
CMYK 0 0.06 0.45 0.31
HSL 52.41º 0.33% 0.54% -
HSV(B) 52.41º 0.45% 0.69% -
XYZ 33.7 37.37 16.75 -
YUV 161.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 176 166 97 0 0.06 0.45 0.31 52.41 0.33 0.54
Hex B0 A6 61 0 6 2D 1F 34 21 36
Octal 260 246 141 0 6 55 37 64 41 66
Binary 10110000 10100110 1100001 0 110 101101 11111 110100 100001 110110

Color Harmonies of #B0A661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A661

Black with #B0A661

Text Example


Text Example

White with #B0A661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A661; }

 p { color: rgb(176,166,97); }

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

background-color css

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

 a { background-color: rgb(176,166,97); }

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

border-color css

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

 span { border-color: rgb(176,166,97); }

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