Html Css Color HEX #B6A858 Gimblet

📋 copy color: '#B6A858'

red 182 ◦ green 168 ◦ blue 88

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

Shades of Gimblet #B6A858

Tints of Gimblet #B6A858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.09%

R = 41.55%
G = 38.36%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B6A858 (or 0xB6A858) is known color: Gimblet. HEX triplet: B6, A8 and 58. RGB value is (182,168,88). Sum of RGB (Red+Green+Blue) = 182+168+88=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A858 is #4957A7. Grayscale: #A3A3A3. Windows color (decimal): -4806568 or 5810358. OLE color: 5810358.

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

Color convert

RGB 182 168 88 -
CMYK 0 0.08 0.52 0.29
HSL 51.06º 0.39% 0.53% -
HSV(B) 51.06º 0.52% 0.71% -
XYZ 35.06 38.65 14.85 -
YUV 163.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 182 168 88 0 0.08 0.52 0.29 51.06 0.39 0.53
Hex B6 A8 58 0 8 34 1D 33 27 35
Octal 266 250 130 0 10 64 35 63 47 65
Binary 10110110 10101000 1011000 0 1000 110100 11101 110011 100111 110101

Color Harmonies of #B6A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A858

Black with #B6A858

Text Example


Text Example

White with #B6A858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A858; }

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

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

background-color css

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

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

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

border-color css

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

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

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