Html Css Color HEX #B0A16A Gimblet

📋 copy color: '#B0A16A'

red 176 ◦ green 161 ◦ blue 106

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

Shades of Gimblet #B0A16A

Tints of Gimblet #B0A16A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.34%

 BLUE value IS 106 (41.8% from 255) = 23.93%

R = 39.73%
G = 36.34%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0A16A (or 0xB0A16A) is known color: Gimblet. HEX triplet: B0, A1 and 6A. RGB value is (176,161,106). Sum of RGB (Red+Green+Blue) = 176+161+106=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A16A is #4F5E95. Grayscale: #9F9F9F. Windows color (decimal): -5201558 or 6988208. OLE color: 6988208.

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

Color convert

RGB 176 161 106 -
CMYK 0 0.09 0.40 0.31
HSL 47.14º 0.31% 0.55% -
HSV(B) 47.14º 0.4% 0.69% -
XYZ 33.25 35.76 18.79 -
YUV 159.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 176 161 106 0 0.09 0.40 0.31 47.14 0.31 0.55
Hex B0 A1 6A 0 9 28 1F 2F 1F 37
Octal 260 241 152 0 11 50 37 57 37 67
Binary 10110000 10100001 1101010 0 1001 101000 11111 101111 11111 110111

Color Harmonies of #B0A16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A16A

Black with #B0A16A

Text Example


Text Example

White with #B0A16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A16A; }

 p { color: rgb(176,161,106); }

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

background-color css

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

 a { background-color: rgb(176,161,106); }

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

border-color css

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

 span { border-color: rgb(176,161,106); }

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