Html Css Color HEX #B6A667 Gimblet

📋 copy color: '#B6A667'

red 182 ◦ green 166 ◦ blue 103

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

Shades of Gimblet #B6A667

Tints of Gimblet #B6A667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.81%

 BLUE value IS 103 (40.63% from 255) = 22.84%

R = 40.35%
G = 36.81%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B6A667 (or 0xB6A667) is known color: Gimblet. HEX triplet: B6, A6 and 67. RGB value is (182,166,103). Sum of RGB (Red+Green+Blue) = 182+166+103=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A667 is #495998. Grayscale: #A3A3A3. Windows color (decimal): -4807065 or 6792886. OLE color: 6792886.

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

Color convert

RGB 182 166 103 -
CMYK 0 0.09 0.43 0.29
HSL 47.85º 0.35% 0.56% -
HSV(B) 47.85º 0.43% 0.71% -
XYZ 35.38 38.2 18.34 -
YUV 163.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 182 166 103 0 0.09 0.43 0.29 47.85 0.35 0.56
Hex B6 A6 67 0 9 2B 1D 30 23 38
Octal 266 246 147 0 11 53 35 60 43 70
Binary 10110110 10100110 1100111 0 1001 101011 11101 110000 100011 111000

Color Harmonies of #B6A667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A667

Black with #B6A667

Text Example


Text Example

White with #B6A667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A667; }

 p { color: rgb(182,166,103); }

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

background-color css

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

 a { background-color: rgb(182,166,103); }

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

border-color css

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

 span { border-color: rgb(182,166,103); }

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