Html Css Color HEX #B6A86B Gimblet

📋 copy color: '#B6A86B'

red 182 ◦ green 168 ◦ blue 107

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

Shades of Gimblet #B6A86B

Tints of Gimblet #B6A86B

RGB

 RED value IS 182 (71.48% from 255) = 39.82%

 GREEN value IS 168 (66.02% from 255) = 36.76%

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

R = 39.82%
G = 36.76%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6A86B (or 0xB6A86B) is known color: Gimblet. HEX triplet: B6, A8 and 6B. RGB value is (182,168,107). Sum of RGB (Red+Green+Blue) = 182+168+107=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A86B is #495794. Grayscale: #A5A5A5. Windows color (decimal): -4806549 or 7055542. OLE color: 7055542.

HSL color Cylindrical-coordinate representation of color #B6A86B: hue angle of 48.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6A86B is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 168 107 -
CMYK 0 0.08 0.41 0.29
HSL 48.8º 0.34% 0.57% -
HSV(B) 48.8º 0.41% 0.71% -
XYZ 35.95 39.01 19.55 -
YUV 165.23 95.14 139.96 -
System Red Green Blue C M Y K H S L
Decimal 182 168 107 0 0.08 0.41 0.29 48.8 0.34 0.57
Hex B6 A8 6B 0 8 29 1D 31 22 39
Octal 266 250 153 0 10 51 35 61 42 71
Binary 10110110 10101000 1101011 0 1000 101001 11101 110001 100010 111001

Color Harmonies of #B6A86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A86B

Black with #B6A86B

Text Example


Text Example

White with #B6A86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A86B; }

 p { color: rgb(182,168,107); }

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

background-color css

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

 a { background-color: rgb(182,168,107); }

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

border-color css

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

 span { border-color: rgb(182,168,107); }

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