Html Css Color HEX #B4A76C Gimblet

📋 copy color: '#B4A76C'

red 180 ◦ green 167 ◦ blue 108

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

Shades of Gimblet #B4A76C

Tints of Gimblet #B4A76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.74%

R = 39.56%
G = 36.7%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4A76C (or 0xB4A76C) is known color: Gimblet. HEX triplet: B4, A7 and 6C. RGB value is (180,167,108). Sum of RGB (Red+Green+Blue) = 180+167+108=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A76C is #4B5893. Grayscale: #A4A4A4. Windows color (decimal): -4937876 or 7120820. OLE color: 7120820.

HSL color Cylindrical-coordinate representation of color #B4A76C: hue angle of 49.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4A76C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 167 108 -
CMYK 0 0.07 0.40 0.29
HSL 49.17º 0.32% 0.56% -
HSV(B) 49.17º 0.4% 0.71% -
XYZ 35.35 38.42 19.74 -
YUV 164.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 180 167 108 0 0.07 0.40 0.29 49.17 0.32 0.56
Hex B4 A7 6C 0 7 28 1D 31 20 38
Octal 264 247 154 0 7 50 35 61 40 70
Binary 10110100 10100111 1101100 0 111 101000 11101 110001 100000 111000

Color Harmonies of #B4A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A76C

Black with #B4A76C

Text Example


Text Example

White with #B4A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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