Html Css Color HEX #B6A55E Gimblet

📋 copy color: '#B6A55E'

red 182 ◦ green 165 ◦ blue 94

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

Shades of Gimblet #B6A55E

Tints of Gimblet #B6A55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.32%

R = 41.27%
G = 37.41%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B6A55E (or 0xB6A55E) is known color: Gimblet. HEX triplet: B6, A5 and 5E. RGB value is (182,165,94). Sum of RGB (Red+Green+Blue) = 182+165+94=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A55E is #495AA1. Grayscale: #A2A2A2. Windows color (decimal): -4807330 or 6202806. OLE color: 6202806.

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

Color convert

RGB 182 165 94 -
CMYK 0 0.09 0.48 0.29
HSL 48.41º 0.38% 0.54% -
HSV(B) 48.41º 0.48% 0.71% -
XYZ 34.77 37.66 16.03 -
YUV 161.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 182 165 94 0 0.09 0.48 0.29 48.41 0.38 0.54
Hex B6 A5 5E 0 9 30 1D 30 26 36
Octal 266 245 136 0 11 60 35 60 46 66
Binary 10110110 10100101 1011110 0 1001 110000 11101 110000 100110 110110

Color Harmonies of #B6A55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A55E

Black with #B6A55E

Text Example


Text Example

White with #B6A55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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