Html Css Color HEX #B6A56F Gimblet

📋 copy color: '#B6A56F'

red 182 ◦ green 165 ◦ blue 111

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

Shades of Gimblet #B6A56F

Tints of Gimblet #B6A56F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.03%

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 39.74%
G = 36.03%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B6A56F (or 0xB6A56F) is known color: Gimblet. HEX triplet: B6, A5 and 6F. RGB value is (182,165,111). Sum of RGB (Red+Green+Blue) = 182+165+111=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A56F is #495A90. Grayscale: #A4A4A4. Windows color (decimal): -4807313 or 7316918. OLE color: 7316918.

HSL color Cylindrical-coordinate representation of color #B6A56F: hue angle of 45.63º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6A56F is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 165 111 -
CMYK 0 0.09 0.39 0.29
HSL 45.63º 0.33% 0.57% -
HSV(B) 45.63º 0.39% 0.71% -
XYZ 35.62 38 20.5 -
YUV 163.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 182 165 111 0 0.09 0.39 0.29 45.63 0.33 0.57
Hex B6 A5 6F 0 9 27 1D 2E 21 39
Octal 266 245 157 0 11 47 35 56 41 71
Binary 10110110 10100101 1101111 0 1001 100111 11101 101110 100001 111001

Color Harmonies of #B6A56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A56F

Black with #B6A56F

Text Example


Text Example

White with #B6A56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A56F; }

 p { color: rgb(182,165,111); }

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

background-color css

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

 a { background-color: rgb(182,165,111); }

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

border-color css

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

 span { border-color: rgb(182,165,111); }

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