Html Css Color HEX #B7AB5C Gimblet

📋 copy color: '#B7AB5C'

red 183 ◦ green 171 ◦ blue 92

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

Shades of Gimblet #B7AB5C

Tints of Gimblet #B7AB5C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

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

R = 41.03%
G = 38.34%
B = 20.63%

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

#B7AB5C (or 0xB7AB5C) is known color: Gimblet. HEX triplet: B7, AB and 5C. RGB value is (183,171,92). Sum of RGB (Red+Green+Blue) = 183+171+92=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB5C is #4854A3. Grayscale: #A5A5A5. Windows color (decimal): -4740260 or 6073271. OLE color: 6073271.

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

Color convert

RGB 183 171 92 -
CMYK 0 0.07 0.50 0.28
HSL 52.09º 0.39% 0.54% -
HSV(B) 52.09º 0.5% 0.72% -
XYZ 36.02 39.97 15.94 -
YUV 165.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 183 171 92 0 0.07 0.50 0.28 52.09 0.39 0.54
Hex B7 AB 5C 0 7 32 1C 34 27 36
Octal 267 253 134 0 7 62 34 64 47 66
Binary 10110111 10101011 1011100 0 111 110010 11100 110100 100111 110110

Color Harmonies of #B7AB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AB5C

Black with #B7AB5C

Text Example


Text Example

White with #B7AB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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