Html Css Color HEX #B6A265 Gimblet

📋 copy color: '#B6A265'

red 182 ◦ green 162 ◦ blue 101

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

Shades of Gimblet #B6A265

Tints of Gimblet #B6A265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.7%

R = 40.9%
G = 36.4%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B6A265 (or 0xB6A265) is known color: Gimblet. HEX triplet: B6, A2 and 65. RGB value is (182,162,101). Sum of RGB (Red+Green+Blue) = 182+162+101=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A265 is #495D9A. Grayscale: #A1A1A1. Windows color (decimal): -4808091 or 6660790. OLE color: 6660790.

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

Color convert

RGB 182 162 101 -
CMYK 0 0.11 0.45 0.29
HSL 45.19º 0.36% 0.55% -
HSV(B) 45.19º 0.45% 0.71% -
XYZ 34.56 36.73 17.58 -
YUV 161.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 182 162 101 0 0.11 0.45 0.29 45.19 0.36 0.55
Hex B6 A2 65 0 B 2D 1D 2D 24 37
Octal 266 242 145 0 13 55 35 55 44 67
Binary 10110110 10100010 1100101 0 1011 101101 11101 101101 100100 110111

Color Harmonies of #B6A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A265

Black with #B6A265

Text Example


Text Example

White with #B6A265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A265; }

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

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

background-color css

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

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

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

border-color css

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

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

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