Html Css Color HEX #B7A85E Gimblet

📋 copy color: '#B7A85E'

red 183 ◦ green 168 ◦ blue 94

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

Shades of Gimblet #B7A85E

Tints of Gimblet #B7A85E

RGB

 RED value IS 183 (71.88% from 255) = 41.12%

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

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

R = 41.12%
G = 37.75%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7A85E (or 0xB7A85E) is known color: Gimblet. HEX triplet: B7, A8 and 5E. RGB value is (183,168,94). Sum of RGB (Red+Green+Blue) = 183+168+94=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A85E is #4857A1. Grayscale: #A4A4A4. Windows color (decimal): -4741026 or 6203575. OLE color: 6203575.

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

Color convert

RGB 183 168 94 -
CMYK 0 0.08 0.49 0.28
HSL 49.89º 0.38% 0.54% -
HSV(B) 49.89º 0.49% 0.72% -
XYZ 35.55 38.88 16.22 -
YUV 164.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 183 168 94 0 0.08 0.49 0.28 49.89 0.38 0.54
Hex B7 A8 5E 0 8 31 1C 32 26 36
Octal 267 250 136 0 10 61 34 62 46 66
Binary 10110111 10101000 1011110 0 1000 110001 11100 110010 100110 110110

Color Harmonies of #B7A85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A85E

Black with #B7A85E

Text Example


Text Example

White with #B7A85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A85E; }

 p { color: rgb(183,168,94); }

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

background-color css

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

 a { background-color: rgb(183,168,94); }

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

border-color css

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

 span { border-color: rgb(183,168,94); }

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