Html Css Color HEX #B3A857 Gimblet

📋 copy color: '#B3A857'

red 179 ◦ green 168 ◦ blue 87

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

Shades of Gimblet #B3A857

Tints of Gimblet #B3A857

RGB

 RED value IS 179 (70.31% from 255) = 41.24%

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

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

R = 41.24%
G = 38.71%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B3A857 (or 0xB3A857) is known color: Gimblet. HEX triplet: B3, A8 and 57. RGB value is (179,168,87). Sum of RGB (Red+Green+Blue) = 179+168+87=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A857 is #4C57A8. Grayscale: #A2A2A2. Windows color (decimal): -5003177 or 5744819. OLE color: 5744819.

HSL color Cylindrical-coordinate representation of color #B3A857: hue angle of 52.83º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3A857 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 168 87 -
CMYK 0 0.06 0.51 0.30
HSL 52.83º 0.38% 0.52% -
HSV(B) 52.83º 0.51% 0.7% -
XYZ 34.31 38.28 14.6 -
YUV 162.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 179 168 87 0 0.06 0.51 0.30 52.83 0.38 0.52
Hex B3 A8 57 0 6 33 1E 35 26 34
Octal 263 250 127 0 6 63 36 65 46 64
Binary 10110011 10101000 1010111 0 110 110011 11110 110101 100110 110100

Color Harmonies of #B3A857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A857

Black with #B3A857

Text Example


Text Example

White with #B3A857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A857; }

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

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

background-color css

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

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

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

border-color css

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

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

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