Html Css Color HEX #B8AD5E Gimblet

📋 copy color: '#B8AD5E'

red 184 ◦ green 173 ◦ blue 94

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

Shades of Gimblet #B8AD5E

Tints of Gimblet #B8AD5E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.36%

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

R = 40.8%
G = 38.36%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8AD5E (or 0xB8AD5E) is known color: Gimblet. HEX triplet: B8, AD and 5E. RGB value is (184,173,94). Sum of RGB (Red+Green+Blue) = 184+173+94=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD5E is #4752A1. Grayscale: #A7A7A7. Windows color (decimal): -4674210 or 6204856. OLE color: 6204856.

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

Color convert

RGB 184 173 94 -
CMYK 0 0.06 0.49 0.28
HSL 52.67º 0.39% 0.55% -
HSV(B) 52.67º 0.49% 0.72% -
XYZ 36.73 40.89 16.55 -
YUV 167.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 184 173 94 0 0.06 0.49 0.28 52.67 0.39 0.55
Hex B8 AD 5E 0 6 31 1C 35 27 37
Octal 270 255 136 0 6 61 34 65 47 67
Binary 10111000 10101101 1011110 0 110 110001 11100 110101 100111 110111

Color Harmonies of #B8AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD5E

Black with #B8AD5E

Text Example


Text Example

White with #B8AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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