Html Css Color HEX #B6A56B Gimblet

📋 copy color: '#B6A56B'

red 182 ◦ green 165 ◦ blue 107

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

Shades of Gimblet #B6A56B

Tints of Gimblet #B6A56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.57%

R = 40.09%
G = 36.34%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6A56B (or 0xB6A56B) is known color: Gimblet. HEX triplet: B6, A5 and 6B. RGB value is (182,165,107). Sum of RGB (Red+Green+Blue) = 182+165+107=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A56B is #495A94. Grayscale: #A3A3A3. Windows color (decimal): -4807317 or 7054774. OLE color: 7054774.

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

Color convert

RGB 182 165 107 -
CMYK 0 0.09 0.41 0.29
HSL 46.4º 0.34% 0.57% -
HSV(B) 46.4º 0.41% 0.71% -
XYZ 35.4 37.92 19.36 -
YUV 163.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 182 165 107 0 0.09 0.41 0.29 46.4 0.34 0.57
Hex B6 A5 6B 0 9 29 1D 2E 22 39
Octal 266 245 153 0 11 51 35 56 42 71
Binary 10110110 10100101 1101011 0 1001 101001 11101 101110 100010 111001

Color Harmonies of #B6A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A56B

Black with #B6A56B

Text Example


Text Example

White with #B6A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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