Html Css Color HEX #B7AD5C Gimblet

📋 copy color: '#B7AD5C'

red 183 ◦ green 173 ◦ blue 92

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

Shades of Gimblet #B7AD5C

Tints of Gimblet #B7AD5C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.62%

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

R = 40.85%
G = 38.62%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7AD5C (or 0xB7AD5C) is known color: Gimblet. HEX triplet: B7, AD and 5C. RGB value is (183,173,92). Sum of RGB (Red+Green+Blue) = 183+173+92=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD5C is #4852A3. Grayscale: #A7A7A7. Windows color (decimal): -4739748 or 6073783. OLE color: 6073783.

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

Color convert

RGB 183 173 92 -
CMYK 0 0.05 0.50 0.28
HSL 53.41º 0.39% 0.54% -
HSV(B) 53.41º 0.5% 0.72% -
XYZ 36.4 40.73 16.07 -
YUV 166.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 183 173 92 0 0.05 0.50 0.28 53.41 0.39 0.54
Hex B7 AD 5C 0 5 32 1C 35 27 36
Octal 267 255 134 0 5 62 34 65 47 66
Binary 10110111 10101101 1011100 0 101 110010 11100 110101 100111 110110

Color Harmonies of #B7AD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD5C

Black with #B7AD5C

Text Example


Text Example

White with #B7AD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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