Html Css Color HEX #B7AA5C Gimblet

📋 copy color: '#B7AA5C'

red 183 ◦ green 170 ◦ blue 92

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

Shades of Gimblet #B7AA5C

Tints of Gimblet #B7AA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 41.12%
G = 38.2%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7AA5C (or 0xB7AA5C) is known color: Gimblet. HEX triplet: B7, AA and 5C. RGB value is (183,170,92). Sum of RGB (Red+Green+Blue) = 183+170+92=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA5C is #4855A3. Grayscale: #A5A5A5. Windows color (decimal): -4740516 or 6073015. OLE color: 6073015.

HSL color Cylindrical-coordinate representation of color #B7AA5C: hue angle of 51.43º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7AA5C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 92 -
CMYK 0 0.07 0.50 0.28
HSL 51.43º 0.39% 0.54% -
HSV(B) 51.43º 0.5% 0.72% -
XYZ 35.83 39.59 15.88 -
YUV 165 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 183 170 92 0 0.07 0.50 0.28 51.43 0.39 0.54
Hex B7 AA 5C 0 7 32 1C 33 27 36
Octal 267 252 134 0 7 62 34 63 47 66
Binary 10110111 10101010 1011100 0 111 110010 11100 110011 100111 110110

Color Harmonies of #B7AA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA5C

Black with #B7AA5C

Text Example


Text Example

White with #B7AA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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