Html Css Color HEX #B8A364 Gimblet

📋 copy color: '#B8A364'

red 184 ◦ green 163 ◦ blue 100

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

Shades of Gimblet #B8A364

Tints of Gimblet #B8A364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.47%

 BLUE value IS 100 (39.45% from 255) = 22.37%

R = 41.16%
G = 36.47%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B8A364 (or 0xB8A364) is known color: Gimblet. HEX triplet: B8, A3 and 64. RGB value is (184,163,100). Sum of RGB (Red+Green+Blue) = 184+163+100=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A364 is #475C9B. Grayscale: #A2A2A2. Windows color (decimal): -4676764 or 6595512. OLE color: 6595512.

HSL color Cylindrical-coordinate representation of color #B8A364: hue angle of 45º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8A364 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 163 100 -
CMYK 0 0.11 0.46 0.28
HSL 45º 0.37% 0.56% -
HSV(B) 45º 0.46% 0.72% -
XYZ 35.16 37.3 17.4 -
YUV 162.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 184 163 100 0 0.11 0.46 0.28 45 0.37 0.56
Hex B8 A3 64 0 B 2E 1C 2D 25 38
Octal 270 243 144 0 13 56 34 55 45 70
Binary 10111000 10100011 1100100 0 1011 101110 11100 101101 100101 111000

Color Harmonies of #B8A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A364

Black with #B8A364

Text Example


Text Example

White with #B8A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A364; }

 p { color: rgb(184,163,100); }

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

background-color css

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

 a { background-color: rgb(184,163,100); }

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

border-color css

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

 span { border-color: rgb(184,163,100); }

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