Html Css Color HEX #B6A268 Gimblet

📋 copy color: '#B6A268'

red 182 ◦ green 162 ◦ blue 104

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

Shades of Gimblet #B6A268

Tints of Gimblet #B6A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.16%

 BLUE value IS 104 (41.02% from 255) = 23.21%

R = 40.63%
G = 36.16%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B6A268 (or 0xB6A268) is known color: Gimblet. HEX triplet: B6, A2 and 68. RGB value is (182,162,104). Sum of RGB (Red+Green+Blue) = 182+162+104=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A268 is #495D97. Grayscale: #A1A1A1. Windows color (decimal): -4808088 or 6857398. OLE color: 6857398.

HSL color Cylindrical-coordinate representation of color #B6A268: hue angle of 44.62º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6A268 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 162 104 -
CMYK 0 0.11 0.43 0.29
HSL 44.62º 0.35% 0.56% -
HSV(B) 44.62º 0.43% 0.71% -
XYZ 34.71 36.79 18.37 -
YUV 161.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 182 162 104 0 0.11 0.43 0.29 44.62 0.35 0.56
Hex B6 A2 68 0 B 2B 1D 2D 23 38
Octal 266 242 150 0 13 53 35 55 43 70
Binary 10110110 10100010 1101000 0 1011 101011 11101 101101 100011 111000

Color Harmonies of #B6A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A268

Black with #B6A268

Text Example


Text Example

White with #B6A268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A268; }

 p { color: rgb(182,162,104); }

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

background-color css

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

 a { background-color: rgb(182,162,104); }

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

border-color css

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

 span { border-color: rgb(182,162,104); }

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