Html Css Color HEX #B7A666 Gimblet

📋 copy color: '#B7A666'

red 183 ◦ green 166 ◦ blue 102

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

Shades of Gimblet #B7A666

Tints of Gimblet #B7A666

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.81%

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 40.58%
G = 36.81%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B7A666 (or 0xB7A666) is known color: Gimblet. HEX triplet: B7, A6 and 66. RGB value is (183,166,102). Sum of RGB (Red+Green+Blue) = 183+166+102=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A666 is #485999. Grayscale: #A4A4A4. Windows color (decimal): -4741530 or 6727351. OLE color: 6727351.

HSL color Cylindrical-coordinate representation of color #B7A666: hue angle of 47.41º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7A666 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 166 102 -
CMYK 0 0.09 0.44 0.28
HSL 47.41º 0.36% 0.56% -
HSV(B) 47.41º 0.44% 0.72% -
XYZ 35.56 38.3 18.09 -
YUV 163.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 183 166 102 0 0.09 0.44 0.28 47.41 0.36 0.56
Hex B7 A6 66 0 9 2C 1C 2F 24 38
Octal 267 246 146 0 11 54 34 57 44 70
Binary 10110111 10100110 1100110 0 1001 101100 11100 101111 100100 111000

Color Harmonies of #B7A666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A666

Black with #B7A666

Text Example


Text Example

White with #B7A666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A666; }

 p { color: rgb(183,166,102); }

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

background-color css

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

 a { background-color: rgb(183,166,102); }

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

border-color css

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

 span { border-color: rgb(183,166,102); }

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