Html Css Color HEX #B6AD6C Gimblet

📋 copy color: '#B6AD6C'

red 182 ◦ green 173 ◦ blue 108

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

Shades of Gimblet #B6AD6C

Tints of Gimblet #B6AD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.37%

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 39.31%
G = 37.37%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6AD6C (or 0xB6AD6C) is known color: Gimblet. HEX triplet: B6, AD and 6C. RGB value is (182,173,108). Sum of RGB (Red+Green+Blue) = 182+173+108=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AD6C is #495293. Grayscale: #A8A8A8. Windows color (decimal): -4805268 or 7122358. OLE color: 7122358.

HSL color Cylindrical-coordinate representation of color #B6AD6C: hue angle of 52.7º 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 #B6AD6C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 173 108 -
CMYK 0 0.05 0.41 0.29
HSL 52.7º 0.34% 0.57% -
HSV(B) 52.7º 0.41% 0.71% -
XYZ 36.94 40.91 20.14 -
YUV 168.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 182 173 108 0 0.05 0.41 0.29 52.7 0.34 0.57
Hex B6 AD 6C 0 5 29 1D 35 22 39
Octal 266 255 154 0 5 51 35 65 42 71
Binary 10110110 10101101 1101100 0 101 101001 11101 110101 100010 111001

Color Harmonies of #B6AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD6C

Black with #B6AD6C

Text Example


Text Example

White with #B6AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD6C; }

 p { color: rgb(182,173,108); }

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

background-color css

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

 a { background-color: rgb(182,173,108); }

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

border-color css

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

 span { border-color: rgb(182,173,108); }

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