Html Css Color HEX #B6A36B Gimblet

📋 copy color: '#B6A36B'

red 182 ◦ green 163 ◦ blue 107

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

Shades of Gimblet #B6A36B

Tints of Gimblet #B6A36B

RGB

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

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

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

R = 40.27%
G = 36.06%
B = 23.67%

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

#B6A36B (or 0xB6A36B) is known color: Gimblet. HEX triplet: B6, A3 and 6B. RGB value is (182,163,107). Sum of RGB (Red+Green+Blue) = 182+163+107=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A36B is #495C94. Grayscale: #A2A2A2. Windows color (decimal): -4807829 or 7054262. OLE color: 7054262.

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

Color convert

RGB 182 163 107 -
CMYK 0 0.10 0.41 0.29
HSL 44.8º 0.34% 0.57% -
HSV(B) 44.8º 0.41% 0.71% -
XYZ 35.04 37.2 19.24 -
YUV 162.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 182 163 107 0 0.10 0.41 0.29 44.8 0.34 0.57
Hex B6 A3 6B 0 A 29 1D 2D 22 39
Octal 266 243 153 0 12 51 35 55 42 71
Binary 10110110 10100011 1101011 0 1010 101001 11101 101101 100010 111001

Color Harmonies of #B6A36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A36B

Black with #B6A36B

Text Example


Text Example

White with #B6A36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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