Html Css Color HEX #B7A85D Gimblet

📋 copy color: '#B7A85D'

red 183 ◦ green 168 ◦ blue 93

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

Shades of Gimblet #B7A85D

Tints of Gimblet #B7A85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.95%

R = 41.22%
G = 37.84%
B = 20.95%

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

#B7A85D (or 0xB7A85D) is known color: Gimblet. HEX triplet: B7, A8 and 5D. RGB value is (183,168,93). Sum of RGB (Red+Green+Blue) = 183+168+93=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A85D is #4857A2. Grayscale: #A4A4A4. Windows color (decimal): -4741027 or 6138039. OLE color: 6138039.

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

Color convert

RGB 183 168 93 -
CMYK 0 0.08 0.49 0.28
HSL 50º 0.38% 0.54% -
HSV(B) 50º 0.49% 0.72% -
XYZ 35.51 38.86 15.99 -
YUV 163.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 183 168 93 0 0.08 0.49 0.28 50 0.38 0.54
Hex B7 A8 5D 0 8 31 1C 32 26 36
Octal 267 250 135 0 10 61 34 62 46 66
Binary 10110111 10101000 1011101 0 1000 110001 11100 110010 100110 110110

Color Harmonies of #B7A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A85D

Black with #B7A85D

Text Example


Text Example

White with #B7A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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