Html Css Color HEX #B8AF5E Gimblet

📋 copy color: '#B8AF5E'

red 184 ◦ green 175 ◦ blue 94

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

Shades of Gimblet #B8AF5E

Tints of Gimblet #B8AF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 40.62%
G = 38.63%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8AF5E (or 0xB8AF5E) is known color: Gimblet. HEX triplet: B8, AF and 5E. RGB value is (184,175,94). Sum of RGB (Red+Green+Blue) = 184+175+94=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF5E is #4750A1. Grayscale: #A8A8A8. Windows color (decimal): -4673698 or 6205368. OLE color: 6205368.

HSL color Cylindrical-coordinate representation of color #B8AF5E: hue angle of 54º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8AF5E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 94 -
CMYK 0 0.05 0.49 0.28
HSL 54º 0.39% 0.55% -
HSV(B) 54º 0.49% 0.72% -
XYZ 37.12 41.66 16.67 -
YUV 168.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 184 175 94 0 0.05 0.49 0.28 54 0.39 0.55
Hex B8 AF 5E 0 5 31 1C 36 27 37
Octal 270 257 136 0 5 61 34 66 47 67
Binary 10111000 10101111 1011110 0 101 110001 11100 110110 100111 110111

Color Harmonies of #B8AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF5E

Black with #B8AF5E

Text Example


Text Example

White with #B8AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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