Html Css Color HEX #B4A66F Gimblet

📋 copy color: '#B4A66F'

red 180 ◦ green 166 ◦ blue 111

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

Shades of Gimblet #B4A66F

Tints of Gimblet #B4A66F

RGB

 RED value IS 180 (70.7% from 255) = 39.39%

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

 BLUE value IS 111 (43.75% from 255) = 24.29%

R = 39.39%
G = 36.32%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4A66F (or 0xB4A66F) is known color: Gimblet. HEX triplet: B4, A6 and 6F. RGB value is (180,166,111). Sum of RGB (Red+Green+Blue) = 180+166+111=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A66F is #4B5990. Grayscale: #A4A4A4. Windows color (decimal): -4938129 or 7317172. OLE color: 7317172.

HSL color Cylindrical-coordinate representation of color #B4A66F: hue angle of 47.83º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4A66F is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 166 111 -
CMYK 0 0.08 0.38 0.29
HSL 47.83º 0.32% 0.57% -
HSV(B) 47.83º 0.38% 0.71% -
XYZ 35.33 38.12 20.54 -
YUV 163.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 180 166 111 0 0.08 0.38 0.29 47.83 0.32 0.57
Hex B4 A6 6F 0 8 26 1D 30 20 39
Octal 264 246 157 0 10 46 35 60 40 71
Binary 10110100 10100110 1101111 0 1000 100110 11101 110000 100000 111001

Color Harmonies of #B4A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A66F

Black with #B4A66F

Text Example


Text Example

White with #B4A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A66F; }

 p { color: rgb(180,166,111); }

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

background-color css

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

 a { background-color: rgb(180,166,111); }

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

border-color css

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

 span { border-color: rgb(180,166,111); }

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