Html Css Color HEX #B4A76F Gimblet

📋 copy color: '#B4A76F'

red 180 ◦ green 167 ◦ blue 111

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

Shades of Gimblet #B4A76F

Tints of Gimblet #B4A76F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.46%

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

R = 39.3%
G = 36.46%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4A76F (or 0xB4A76F) is known color: Gimblet. HEX triplet: B4, A7 and 6F. RGB value is (180,167,111). Sum of RGB (Red+Green+Blue) = 180+167+111=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A76F is #4B5890. Grayscale: #A4A4A4. Windows color (decimal): -4937873 or 7317428. OLE color: 7317428.

HSL color Cylindrical-coordinate representation of color #B4A76F: hue angle of 48.7º 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 #B4A76F is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 167 111 -
CMYK 0 0.07 0.38 0.29
HSL 48.7º 0.32% 0.57% -
HSV(B) 48.7º 0.38% 0.71% -
XYZ 35.51 38.49 20.6 -
YUV 164.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 180 167 111 0 0.07 0.38 0.29 48.7 0.32 0.57
Hex B4 A7 6F 0 7 26 1D 31 20 39
Octal 264 247 157 0 7 46 35 61 40 71
Binary 10110100 10100111 1101111 0 111 100110 11101 110001 100000 111001

Color Harmonies of #B4A76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A76F

Black with #B4A76F

Text Example


Text Example

White with #B4A76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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