Html Css Color HEX #B4A771 Gimblet

📋 copy color: '#B4A771'

red 180 ◦ green 167 ◦ blue 113

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

Shades of Gimblet #B4A771

Tints of Gimblet #B4A771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.57%

R = 39.13%
G = 36.3%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B4A771 (or 0xB4A771) is known color: Gimblet. HEX triplet: B4, A7 and 71. RGB value is (180,167,113). Sum of RGB (Red+Green+Blue) = 180+167+113=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A771 is #4B588E. Grayscale: #A4A4A4. Windows color (decimal): -4937871 or 7448500. OLE color: 7448500.

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

Color convert

RGB 180 167 113 -
CMYK 0 0.07 0.37 0.29
HSL 48.36º 0.31% 0.57% -
HSV(B) 48.36º 0.37% 0.71% -
XYZ 35.62 38.53 21.18 -
YUV 164.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 180 167 113 0 0.07 0.37 0.29 48.36 0.31 0.57
Hex B4 A7 71 0 7 25 1D 30 1F 39
Octal 264 247 161 0 7 45 35 60 37 71
Binary 10110100 10100111 1110001 0 111 100101 11101 110000 11111 111001

Color Harmonies of #B4A771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A771

Black with #B4A771

Text Example


Text Example

White with #B4A771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A771; }

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

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

background-color css

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

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

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

border-color css

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

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

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