Html Css Color HEX #B8A85C Gimblet

📋 copy color: '#B8A85C'

red 184 ◦ green 168 ◦ blue 92

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

Shades of Gimblet #B8A85C

Tints of Gimblet #B8A85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.72%

R = 41.44%
G = 37.84%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8A85C (or 0xB8A85C) is known color: Gimblet. HEX triplet: B8, A8 and 5C. RGB value is (184,168,92). Sum of RGB (Red+Green+Blue) = 184+168+92=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A85C is #4757A3. Grayscale: #A4A4A4. Windows color (decimal): -4675492 or 6072504. OLE color: 6072504.

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

Color convert

RGB 184 168 92 -
CMYK 0 0.09 0.50 0.28
HSL 49.57º 0.39% 0.54% -
HSV(B) 49.57º 0.5% 0.72% -
XYZ 35.7 38.97 15.77 -
YUV 164.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 184 168 92 0 0.09 0.50 0.28 49.57 0.39 0.54
Hex B8 A8 5C 0 9 32 1C 32 27 36
Octal 270 250 134 0 11 62 34 62 47 66
Binary 10111000 10101000 1011100 0 1001 110010 11100 110010 100111 110110

Color Harmonies of #B8A85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A85C

Black with #B8A85C

Text Example


Text Example

White with #B8A85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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