Html Css Color HEX #B0A664 Gimblet

📋 copy color: '#B0A664'

red 176 ◦ green 166 ◦ blue 100

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

Shades of Gimblet #B0A664

Tints of Gimblet #B0A664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.62%

R = 39.82%
G = 37.56%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B0A664 (or 0xB0A664) is known color: Gimblet. HEX triplet: B0, A6 and 64. RGB value is (176,166,100). Sum of RGB (Red+Green+Blue) = 176+166+100=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A664 is #4F599B. Grayscale: #A1A1A1. Windows color (decimal): -5200284 or 6596272. OLE color: 6596272.

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

Color convert

RGB 176 166 100 -
CMYK 0 0.06 0.43 0.31
HSL 52.11º 0.32% 0.54% -
HSV(B) 52.11º 0.43% 0.69% -
XYZ 33.84 37.42 17.5 -
YUV 161.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 176 166 100 0 0.06 0.43 0.31 52.11 0.32 0.54
Hex B0 A6 64 0 6 2B 1F 34 20 36
Octal 260 246 144 0 6 53 37 64 40 66
Binary 10110000 10100110 1100100 0 110 101011 11111 110100 100000 110110

Color Harmonies of #B0A664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A664

Black with #B0A664

Text Example


Text Example

White with #B0A664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A664; }

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

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

background-color css

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

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

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

border-color css

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

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

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