Html Css Color HEX #B6A85A Gimblet

📋 copy color: '#B6A85A'

red 182 ◦ green 168 ◦ blue 90

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

Shades of Gimblet #B6A85A

Tints of Gimblet #B6A85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.45%

R = 41.36%
G = 38.18%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6A85A (or 0xB6A85A) is known color: Gimblet. HEX triplet: B6, A8 and 5A. RGB value is (182,168,90). Sum of RGB (Red+Green+Blue) = 182+168+90=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A85A is #4957A5. Grayscale: #A3A3A3. Windows color (decimal): -4806566 or 5941430. OLE color: 5941430.

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

Color convert

RGB 182 168 90 -
CMYK 0 0.08 0.51 0.29
HSL 50.87º 0.39% 0.53% -
HSV(B) 50.87º 0.51% 0.71% -
XYZ 35.14 38.69 15.29 -
YUV 163.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 182 168 90 0 0.08 0.51 0.29 50.87 0.39 0.53
Hex B6 A8 5A 0 8 33 1D 33 27 35
Octal 266 250 132 0 10 63 35 63 47 65
Binary 10110110 10101000 1011010 0 1000 110011 11101 110011 100111 110101

Color Harmonies of #B6A85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A85A

Black with #B6A85A

Text Example


Text Example

White with #B6A85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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