Html Css Color HEX #B6A854 Gimblet

📋 copy color: '#B6A854'

red 182 ◦ green 168 ◦ blue 84

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

Shades of Gimblet #B6A854

Tints of Gimblet #B6A854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.35%

R = 41.94%
G = 38.71%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B6A854 (or 0xB6A854) is known color: Gimblet. HEX triplet: B6, A8 and 54. RGB value is (182,168,84). Sum of RGB (Red+Green+Blue) = 182+168+84=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A854 is #4957AB. Grayscale: #A2A2A2. Windows color (decimal): -4806572 or 5548214. OLE color: 5548214.

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

Color convert

RGB 182 168 84 -
CMYK 0 0.08 0.54 0.29
HSL 51.43º 0.4% 0.52% -
HSV(B) 51.43º 0.54% 0.71% -
XYZ 34.89 38.59 14 -
YUV 162.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 182 168 84 0 0.08 0.54 0.29 51.43 0.4 0.52
Hex B6 A8 54 0 8 36 1D 33 28 34
Octal 266 250 124 0 10 66 35 63 50 64
Binary 10110110 10101000 1010100 0 1000 110110 11101 110011 101000 110100

Color Harmonies of #B6A854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A854

Black with #B6A854

Text Example


Text Example

White with #B6A854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A854; }

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

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

background-color css

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

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

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

border-color css

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

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

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