Html Css Color HEX #B7AA6A Gimblet

📋 copy color: '#B7AA6A'

red 183 ◦ green 170 ◦ blue 106

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

Shades of Gimblet #B7AA6A

Tints of Gimblet #B7AA6A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 106 (41.8% from 255) = 23.09%

R = 39.87%
G = 37.04%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7AA6A (or 0xB7AA6A) is known color: Gimblet. HEX triplet: B7, AA and 6A. RGB value is (183,170,106). Sum of RGB (Red+Green+Blue) = 183+170+106=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA6A is #485595. Grayscale: #A6A6A6. Windows color (decimal): -4740502 or 6990519. OLE color: 6990519.

HSL color Cylindrical-coordinate representation of color #B7AA6A: hue angle of 49.87º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7AA6A is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 106 -
CMYK 0 0.07 0.42 0.28
HSL 49.87º 0.35% 0.57% -
HSV(B) 49.87º 0.42% 0.72% -
XYZ 36.5 39.86 19.4 -
YUV 166.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 183 170 106 0 0.07 0.42 0.28 49.87 0.35 0.57
Hex B7 AA 6A 0 7 2A 1C 32 23 39
Octal 267 252 152 0 7 52 34 62 43 71
Binary 10110111 10101010 1101010 0 111 101010 11100 110010 100011 111001

Color Harmonies of #B7AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA6A

Black with #B7AA6A

Text Example


Text Example

White with #B7AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA6A; }

 p { color: rgb(183,170,106); }

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

background-color css

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

 a { background-color: rgb(183,170,106); }

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

border-color css

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

 span { border-color: rgb(183,170,106); }

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