Html Css Color HEX #B7AA5D Gimblet

📋 copy color: '#B7AA5D'

red 183 ◦ green 170 ◦ blue 93

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

Shades of Gimblet #B7AA5D

Tints of Gimblet #B7AA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.12%

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

R = 41.03%
G = 38.12%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7AA5D (or 0xB7AA5D) is known color: Gimblet. HEX triplet: B7, AA and 5D. RGB value is (183,170,93). Sum of RGB (Red+Green+Blue) = 183+170+93=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA5D is #4855A2. Grayscale: #A5A5A5. Windows color (decimal): -4740515 or 6138551. OLE color: 6138551.

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

Color convert

RGB 183 170 93 -
CMYK 0 0.07 0.49 0.28
HSL 51.33º 0.38% 0.54% -
HSV(B) 51.33º 0.49% 0.72% -
XYZ 35.88 39.61 16.11 -
YUV 165.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 183 170 93 0 0.07 0.49 0.28 51.33 0.38 0.54
Hex B7 AA 5D 0 7 31 1C 33 26 36
Octal 267 252 135 0 7 61 34 63 46 66
Binary 10110111 10101010 1011101 0 111 110001 11100 110011 100110 110110

Color Harmonies of #B7AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA5D

Black with #B7AA5D

Text Example


Text Example

White with #B7AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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