Html Css Color HEX #B8A358 Gimblet

📋 copy color: '#B8A358'

red 184 ◦ green 163 ◦ blue 88

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

Shades of Gimblet #B8A358

Tints of Gimblet #B8A358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.23%

R = 42.3%
G = 37.47%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B8A358 (or 0xB8A358) is known color: Gimblet. HEX triplet: B8, A3 and 58. RGB value is (184,163,88). Sum of RGB (Red+Green+Blue) = 184+163+88=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A358 is #475CA7. Grayscale: #A1A1A1. Windows color (decimal): -4676776 or 5809080. OLE color: 5809080.

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

Color convert

RGB 184 163 88 -
CMYK 0 0.11 0.52 0.28
HSL 46.88º 0.4% 0.53% -
HSV(B) 46.88º 0.52% 0.72% -
XYZ 34.63 37.09 14.57 -
YUV 160.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 184 163 88 0 0.11 0.52 0.28 46.88 0.4 0.53
Hex B8 A3 58 0 B 34 1C 2F 28 35
Octal 270 243 130 0 13 64 34 57 50 65
Binary 10111000 10100011 1011000 0 1011 110100 11100 101111 101000 110101

Color Harmonies of #B8A358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A358

Black with #B8A358

Text Example


Text Example

White with #B8A358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A358; }

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

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

background-color css

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

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

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

border-color css

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

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

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