Html Css Color HEX #B6A869 Gimblet

📋 copy color: '#B6A869'

red 182 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #B6A869

Tints of Gimblet #B6A869

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.92%

 BLUE value IS 105 (41.41% from 255) = 23.08%

R = 40%
G = 36.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6A869 (or 0xB6A869) is known color: Gimblet. HEX triplet: B6, A8 and 69. RGB value is (182,168,105). Sum of RGB (Red+Green+Blue) = 182+168+105=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A869 is #495796. Grayscale: #A5A5A5. Windows color (decimal): -4806551 or 6924470. OLE color: 6924470.

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

Color convert

RGB 182 168 105 -
CMYK 0 0.08 0.42 0.29
HSL 49.09º 0.35% 0.56% -
HSV(B) 49.09º 0.42% 0.71% -
XYZ 35.84 38.97 19 -
YUV 165 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 182 168 105 0 0.08 0.42 0.29 49.09 0.35 0.56
Hex B6 A8 69 0 8 2A 1D 31 23 38
Octal 266 250 151 0 10 52 35 61 43 70
Binary 10110110 10101000 1101001 0 1000 101010 11101 110001 100011 111000

Color Harmonies of #B6A869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A869

Black with #B6A869

Text Example


Text Example

White with #B6A869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A869; }

 p { color: rgb(182,168,105); }

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

background-color css

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

 a { background-color: rgb(182,168,105); }

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

border-color css

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

 span { border-color: rgb(182,168,105); }

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