Html Css Color HEX #B8A857 Gimblet

📋 copy color: '#B8A857'

red 184 ◦ green 168 ◦ blue 87

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

Shades of Gimblet #B8A857

Tints of Gimblet #B8A857

RGB

 RED value IS 184 (72.27% from 255) = 41.91%

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

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

R = 41.91%
G = 38.27%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B8A857 (or 0xB8A857) is known color: Gimblet. HEX triplet: B8, A8 and 57. RGB value is (184,168,87). Sum of RGB (Red+Green+Blue) = 184+168+87=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A857 is #4757A8. Grayscale: #A3A3A3. Windows color (decimal): -4675497 or 5744824. OLE color: 5744824.

HSL color Cylindrical-coordinate representation of color #B8A857: hue angle of 50.1º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8A857 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 168 87 -
CMYK 0 0.09 0.53 0.28
HSL 50.1º 0.41% 0.53% -
HSV(B) 50.1º 0.53% 0.72% -
XYZ 35.49 38.88 14.65 -
YUV 163.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 184 168 87 0 0.09 0.53 0.28 50.1 0.41 0.53
Hex B8 A8 57 0 9 35 1C 32 29 35
Octal 270 250 127 0 11 65 34 62 51 65
Binary 10111000 10101000 1010111 0 1001 110101 11100 110010 101001 110101

Color Harmonies of #B8A857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A857

Black with #B8A857

Text Example


Text Example

White with #B8A857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A857; }

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

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

background-color css

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

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

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

border-color css

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

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

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