Html Css Color HEX #B6A25B Gimblet

📋 copy color: '#B6A25B'

red 182 ◦ green 162 ◦ blue 91

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

Shades of Gimblet #B6A25B

Tints of Gimblet #B6A25B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.24%

 BLUE value IS 91 (35.94% from 255) = 20.92%

R = 41.84%
G = 37.24%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B6A25B (or 0xB6A25B) is known color: Gimblet. HEX triplet: B6, A2 and 5B. RGB value is (182,162,91). Sum of RGB (Red+Green+Blue) = 182+162+91=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A25B is #495DA4. Grayscale: #A0A0A0. Windows color (decimal): -4808101 or 6005430. OLE color: 6005430.

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

Color convert

RGB 182 162 91 -
CMYK 0 0.11 0.5 0.29
HSL 46.81º 0.38% 0.54% -
HSV(B) 46.81º 0.5% 0.71% -
XYZ 34.1 36.54 15.15 -
YUV 159.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 182 162 91 0 0.11 0.5 0.29 46.81 0.38 0.54
Hex B6 A2 5B 0 B 32 1D 2F 26 36
Octal 266 242 133 0 13 62 35 57 46 66
Binary 10110110 10100010 1011011 0 1011 110010 11101 101111 100110 110110

Color Harmonies of #B6A25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A25B

Black with #B6A25B

Text Example


Text Example

White with #B6A25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A25B; }

 p { color: rgb(182,162,91); }

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

background-color css

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

 a { background-color: rgb(182,162,91); }

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

border-color css

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

 span { border-color: rgb(182,162,91); }

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