Html Css Color HEX #B7A560 Gimblet

📋 copy color: '#B7A560'

red 183 ◦ green 165 ◦ blue 96

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

Shades of Gimblet #B7A560

Tints of Gimblet #B7A560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.16%

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

R = 41.22%
G = 37.16%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7A560 (or 0xB7A560) is known color: Gimblet. HEX triplet: B7, A5 and 60. RGB value is (183,165,96). Sum of RGB (Red+Green+Blue) = 183+165+96=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A560 is #485A9F. Grayscale: #A2A2A2. Windows color (decimal): -4741792 or 6333879. OLE color: 6333879.

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

Color convert

RGB 183 165 96 -
CMYK 0 0.10 0.48 0.28
HSL 47.59º 0.38% 0.55% -
HSV(B) 47.59º 0.48% 0.72% -
XYZ 35.09 37.82 16.52 -
YUV 162.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 183 165 96 0 0.10 0.48 0.28 47.59 0.38 0.55
Hex B7 A5 60 0 A 30 1C 30 26 37
Octal 267 245 140 0 12 60 34 60 46 67
Binary 10110111 10100101 1100000 0 1010 110000 11100 110000 100110 110111

Color Harmonies of #B7A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A560

Black with #B7A560

Text Example


Text Example

White with #B7A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A560; }

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

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

background-color css

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

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

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

border-color css

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

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

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