Html Css Color HEX #B7AF60 Gimblet

📋 copy color: '#B7AF60'

red 183 ◦ green 175 ◦ blue 96

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

Shades of Gimblet #B7AF60

Tints of Gimblet #B7AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.55%

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

R = 40.31%
G = 38.55%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7AF60 (or 0xB7AF60) is known color: Gimblet. HEX triplet: B7, AF and 60. RGB value is (183,175,96). Sum of RGB (Red+Green+Blue) = 183+175+96=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF60 is #48509F. Grayscale: #A8A8A8. Windows color (decimal): -4739232 or 6336439. OLE color: 6336439.

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

Color convert

RGB 183 175 96 -
CMYK 0 0.04 0.48 0.28
HSL 54.48º 0.38% 0.55% -
HSV(B) 54.48º 0.48% 0.72% -
XYZ 36.97 41.57 17.14 -
YUV 168.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 183 175 96 0 0.04 0.48 0.28 54.48 0.38 0.55
Hex B7 AF 60 0 4 30 1C 36 26 37
Octal 267 257 140 0 4 60 34 66 46 67
Binary 10110111 10101111 1100000 0 100 110000 11100 110110 100110 110111

Color Harmonies of #B7AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF60

Black with #B7AF60

Text Example


Text Example

White with #B7AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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