Html Css Color HEX #B7AD60 Gimblet

📋 copy color: '#B7AD60'

red 183 ◦ green 173 ◦ blue 96

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

Shades of Gimblet #B7AD60

Tints of Gimblet #B7AD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 40.49%
G = 38.27%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7AD60 (or 0xB7AD60) is known color: Gimblet. HEX triplet: B7, AD and 60. RGB value is (183,173,96). Sum of RGB (Red+Green+Blue) = 183+173+96=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD60 is #48529F. Grayscale: #A7A7A7. Windows color (decimal): -4739744 or 6335927. OLE color: 6335927.

HSL color Cylindrical-coordinate representation of color #B7AD60: hue angle of 53.1º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7AD60 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 96 -
CMYK 0 0.05 0.48 0.28
HSL 53.1º 0.38% 0.55% -
HSV(B) 53.1º 0.48% 0.72% -
XYZ 36.58 40.8 17.01 -
YUV 167.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 183 173 96 0 0.05 0.48 0.28 53.1 0.38 0.55
Hex B7 AD 60 0 5 30 1C 35 26 37
Octal 267 255 140 0 5 60 34 65 46 67
Binary 10110111 10101101 1100000 0 101 110000 11100 110101 100110 110111

Color Harmonies of #B7AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD60

Black with #B7AD60

Text Example


Text Example

White with #B7AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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