Html Css Color HEX #B4A871 Gimblet

📋 copy color: '#B4A871'

red 180 ◦ green 168 ◦ blue 113

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

Shades of Gimblet #B4A871

Tints of Gimblet #B4A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

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

R = 39.05%
G = 36.44%
B = 24.51%

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

#B4A871 (or 0xB4A871) is known color: Gimblet. HEX triplet: B4, A8 and 71. RGB value is (180,168,113). Sum of RGB (Red+Green+Blue) = 180+168+113=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A871 is #4B578E. Grayscale: #A5A5A5. Windows color (decimal): -4937615 or 7448756. OLE color: 7448756.

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

Color convert

RGB 180 168 113 -
CMYK 0 0.07 0.37 0.29
HSL 49.25º 0.31% 0.57% -
HSV(B) 49.25º 0.37% 0.71% -
XYZ 35.81 38.9 21.24 -
YUV 165.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 180 168 113 0 0.07 0.37 0.29 49.25 0.31 0.57
Hex B4 A8 71 0 7 25 1D 31 1F 39
Octal 264 250 161 0 7 45 35 61 37 71
Binary 10110100 10101000 1110001 0 111 100101 11101 110001 11111 111001

Color Harmonies of #B4A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A871

Black with #B4A871

Text Example


Text Example

White with #B4A871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A871; }

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

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

background-color css

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

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

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

border-color css

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

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

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