Html Css Color HEX #B6A55A Gimblet

📋 copy color: '#B6A55A'

red 182 ◦ green 165 ◦ blue 90

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

Shades of Gimblet #B6A55A

Tints of Gimblet #B6A55A

RGB

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

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

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

R = 41.65%
G = 37.76%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6A55A (or 0xB6A55A) is known color: Gimblet. HEX triplet: B6, A5 and 5A. RGB value is (182,165,90). Sum of RGB (Red+Green+Blue) = 182+165+90=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A55A is #495AA5. Grayscale: #A1A1A1. Windows color (decimal): -4807334 or 5940662. OLE color: 5940662.

HSL color Cylindrical-coordinate representation of color #B6A55A: hue angle of 48.91º 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 #B6A55A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 165 90 -
CMYK 0 0.09 0.51 0.29
HSL 48.91º 0.39% 0.53% -
HSV(B) 48.91º 0.51% 0.71% -
XYZ 34.59 37.59 15.11 -
YUV 161.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 182 165 90 0 0.09 0.51 0.29 48.91 0.39 0.53
Hex B6 A5 5A 0 9 33 1D 31 27 35
Octal 266 245 132 0 11 63 35 61 47 65
Binary 10110110 10100101 1011010 0 1001 110011 11101 110001 100111 110101

Color Harmonies of #B6A55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A55A

Black with #B6A55A

Text Example


Text Example

White with #B6A55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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