Html Css Color HEX #B4A857 Gimblet

📋 copy color: '#B4A857'

red 180 ◦ green 168 ◦ blue 87

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

Shades of Gimblet #B4A857

Tints of Gimblet #B4A857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20%

R = 41.38%
G = 38.62%
B = 20%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B4A857 (or 0xB4A857) is known color: Gimblet. HEX triplet: B4, A8 and 57. RGB value is (180,168,87). Sum of RGB (Red+Green+Blue) = 180+168+87=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A857 is #4B57A8. Grayscale: #A2A2A2. Windows color (decimal): -4937641 or 5744820. OLE color: 5744820.

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

Color convert

RGB 180 168 87 -
CMYK 0 0.07 0.52 0.29
HSL 52.26º 0.38% 0.52% -
HSV(B) 52.26º 0.52% 0.71% -
XYZ 34.55 38.4 14.61 -
YUV 162.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 180 168 87 0 0.07 0.52 0.29 52.26 0.38 0.52
Hex B4 A8 57 0 7 34 1D 34 26 34
Octal 264 250 127 0 7 64 35 64 46 64
Binary 10110100 10101000 1010111 0 111 110100 11101 110100 100110 110100

Color Harmonies of #B4A857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A857

Black with #B4A857

Text Example


Text Example

White with #B4A857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A857; }

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

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

background-color css

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

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

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

border-color css

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

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

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