Html Css Color HEX #B6A36C Gimblet

📋 copy color: '#B6A36C'

red 182 ◦ green 163 ◦ blue 108

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

Shades of Gimblet #B6A36C

Tints of Gimblet #B6A36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

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

R = 40.18%
G = 35.98%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6A36C (or 0xB6A36C) is known color: Gimblet. HEX triplet: B6, A3 and 6C. RGB value is (182,163,108). Sum of RGB (Red+Green+Blue) = 182+163+108=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A36C is #495C93. Grayscale: #A2A2A2. Windows color (decimal): -4807828 or 7119798. OLE color: 7119798.

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

Color convert

RGB 182 163 108 -
CMYK 0 0.10 0.41 0.29
HSL 44.59º 0.34% 0.57% -
HSV(B) 44.59º 0.41% 0.71% -
XYZ 35.1 37.22 19.52 -
YUV 162.41 97.29 141.97 -
System Red Green Blue C M Y K H S L
Decimal 182 163 108 0 0.10 0.41 0.29 44.59 0.34 0.57
Hex B6 A3 6C 0 A 29 1D 2D 22 39
Octal 266 243 154 0 12 51 35 55 42 71
Binary 10110110 10100011 1101100 0 1010 101001 11101 101101 100010 111001

Color Harmonies of #B6A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A36C

Black with #B6A36C

Text Example


Text Example

White with #B6A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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