Html Css Color HEX #B7AB5D Gimblet

📋 copy color: '#B7AB5D'

red 183 ◦ green 171 ◦ blue 93

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

Shades of Gimblet #B7AB5D

Tints of Gimblet #B7AB5D

RGB

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

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

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

R = 40.94%
G = 38.26%
B = 20.81%

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

#B7AB5D (or 0xB7AB5D) is known color: Gimblet. HEX triplet: B7, AB and 5D. RGB value is (183,171,93). Sum of RGB (Red+Green+Blue) = 183+171+93=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB5D is #4854A2. Grayscale: #A6A6A6. Windows color (decimal): -4740259 or 6138807. OLE color: 6138807.

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

Color convert

RGB 183 171 93 -
CMYK 0 0.07 0.49 0.28
HSL 52º 0.38% 0.54% -
HSV(B) 52º 0.49% 0.72% -
XYZ 36.07 39.98 16.17 -
YUV 165.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 183 171 93 0 0.07 0.49 0.28 52 0.38 0.54
Hex B7 AB 5D 0 7 31 1C 34 26 36
Octal 267 253 135 0 7 61 34 64 46 66
Binary 10110111 10101011 1011101 0 111 110001 11100 110100 100110 110110

Color Harmonies of #B7AB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AB5D

Black with #B7AB5D

Text Example


Text Example

White with #B7AB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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