Html Css Color HEX #B7A760 Gimblet

📋 copy color: '#B7A760'

red 183 ◦ green 167 ◦ blue 96

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

Shades of Gimblet #B7A760

Tints of Gimblet #B7A760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.44%

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

R = 41.03%
G = 37.44%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7A760 (or 0xB7A760) is known color: Gimblet. HEX triplet: B7, A7 and 60. RGB value is (183,167,96). Sum of RGB (Red+Green+Blue) = 183+167+96=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A760 is #48589F. Grayscale: #A3A3A3. Windows color (decimal): -4741280 or 6334391. OLE color: 6334391.

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

Color convert

RGB 183 167 96 -
CMYK 0 0.09 0.48 0.28
HSL 48.97º 0.38% 0.55% -
HSV(B) 48.97º 0.48% 0.72% -
XYZ 35.46 38.55 16.64 -
YUV 163.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 183 167 96 0 0.09 0.48 0.28 48.97 0.38 0.55
Hex B7 A7 60 0 9 30 1C 31 26 37
Octal 267 247 140 0 11 60 34 61 46 67
Binary 10110111 10100111 1100000 0 1001 110000 11100 110001 100110 110111

Color Harmonies of #B7A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A760

Black with #B7A760

Text Example


Text Example

White with #B7A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A760; }

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

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

background-color css

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

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

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

border-color css

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

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

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