Html Css Color HEX #B7AA6B Gimblet

📋 copy color: '#B7AA6B'

red 183 ◦ green 170 ◦ blue 107

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

Shades of Gimblet #B7AA6B

Tints of Gimblet #B7AA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.26%

R = 39.78%
G = 36.96%
B = 23.26%

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

#B7AA6B (or 0xB7AA6B) is known color: Gimblet. HEX triplet: B7, AA and 6B. RGB value is (183,170,107). Sum of RGB (Red+Green+Blue) = 183+170+107=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA6B is #485594. Grayscale: #A6A6A6. Windows color (decimal): -4740501 or 7056055. OLE color: 7056055.

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

Color convert

RGB 183 170 107 -
CMYK 0 0.07 0.42 0.28
HSL 49.74º 0.35% 0.57% -
HSV(B) 49.74º 0.42% 0.72% -
XYZ 36.56 39.88 19.68 -
YUV 166.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 183 170 107 0 0.07 0.42 0.28 49.74 0.35 0.57
Hex B7 AA 6B 0 7 2A 1C 32 23 39
Octal 267 252 153 0 7 52 34 62 43 71
Binary 10110111 10101010 1101011 0 111 101010 11100 110010 100011 111001

Color Harmonies of #B7AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA6B

Black with #B7AA6B

Text Example


Text Example

White with #B7AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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