Html Css Color HEX #B6A261 Gimblet

📋 copy color: '#B6A261'

red 182 ◦ green 162 ◦ blue 97

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

Shades of Gimblet #B6A261

Tints of Gimblet #B6A261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22%

R = 41.27%
G = 36.73%
B = 22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B6A261 (or 0xB6A261) is known color: Gimblet. HEX triplet: B6, A2 and 61. RGB value is (182,162,97). Sum of RGB (Red+Green+Blue) = 182+162+97=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A261 is #495D9E. Grayscale: #A0A0A0. Windows color (decimal): -4808095 or 6398646. OLE color: 6398646.

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

Color convert

RGB 182 162 97 -
CMYK 0 0.11 0.47 0.29
HSL 45.88º 0.37% 0.55% -
HSV(B) 45.88º 0.47% 0.71% -
XYZ 34.37 36.65 16.57 -
YUV 160.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 182 162 97 0 0.11 0.47 0.29 45.88 0.37 0.55
Hex B6 A2 61 0 B 2F 1D 2E 25 37
Octal 266 242 141 0 13 57 35 56 45 67
Binary 10110110 10100010 1100001 0 1011 101111 11101 101110 100101 110111

Color Harmonies of #B6A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A261

Black with #B6A261

Text Example


Text Example

White with #B6A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A261; }

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

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

background-color css

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

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

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

border-color css

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

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

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