Html Css Color HEX #B8AF5C Gimblet

📋 copy color: '#B8AF5C'

red 184 ◦ green 175 ◦ blue 92

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

Shades of Gimblet #B8AF5C

Tints of Gimblet #B8AF5C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.8%

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

R = 40.8%
G = 38.8%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8AF5C (or 0xB8AF5C) is known color: Gimblet. HEX triplet: B8, AF and 5C. RGB value is (184,175,92). Sum of RGB (Red+Green+Blue) = 184+175+92=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF5C is #4750A3. Grayscale: #A8A8A8. Windows color (decimal): -4673700 or 6074296. OLE color: 6074296.

HSL color Cylindrical-coordinate representation of color #B8AF5C: hue angle of 54.13º 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 #B8AF5C is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 92 -
CMYK 0 0.05 0.50 0.28
HSL 54.13º 0.39% 0.54% -
HSV(B) 54.13º 0.5% 0.72% -
XYZ 37.03 41.62 16.21 -
YUV 168.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 184 175 92 0 0.05 0.50 0.28 54.13 0.39 0.54
Hex B8 AF 5C 0 5 32 1C 36 27 36
Octal 270 257 134 0 5 62 34 66 47 66
Binary 10111000 10101111 1011100 0 101 110010 11100 110110 100111 110110

Color Harmonies of #B8AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF5C

Black with #B8AF5C

Text Example


Text Example

White with #B8AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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