Html Css Color HEX #B7A260 Gimblet

📋 copy color: '#B7A260'

red 183 ◦ green 162 ◦ blue 96

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

Shades of Gimblet #B7A260

Tints of Gimblet #B7A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.73%

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

R = 41.5%
G = 36.73%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7A260 (or 0xB7A260) is known color: Gimblet. HEX triplet: B7, A2 and 60. RGB value is (183,162,96). Sum of RGB (Red+Green+Blue) = 183+162+96=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A260 is #485D9F. Grayscale: #A1A1A1. Windows color (decimal): -4742560 or 6333111. OLE color: 6333111.

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

Color convert

RGB 183 162 96 -
CMYK 0 0.11 0.48 0.28
HSL 45.52º 0.38% 0.55% -
HSV(B) 45.52º 0.48% 0.72% -
XYZ 34.56 36.75 16.34 -
YUV 160.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 183 162 96 0 0.11 0.48 0.28 45.52 0.38 0.55
Hex B7 A2 60 0 B 30 1C 2E 26 37
Octal 267 242 140 0 13 60 34 56 46 67
Binary 10110111 10100010 1100000 0 1011 110000 11100 101110 100110 110111

Color Harmonies of #B7A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A260

Black with #B7A260

Text Example


Text Example

White with #B7A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A260; }

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

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

background-color css

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

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

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

border-color css

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

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

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