Html Css Color HEX #B3A86F Gimblet

📋 copy color: '#B3A86F'

red 179 ◦ green 168 ◦ blue 111

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

Shades of Gimblet #B3A86F

Tints of Gimblet #B3A86F

RGB

 RED value IS 179 (70.31% from 255) = 39.08%

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

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 39.08%
G = 36.68%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3A86F (or 0xB3A86F) is known color: Gimblet. HEX triplet: B3, A8 and 6F. RGB value is (179,168,111). Sum of RGB (Red+Green+Blue) = 179+168+111=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A86F is #4C5790. Grayscale: #A5A5A5. Windows color (decimal): -5003153 or 7317683. OLE color: 7317683.

HSL color Cylindrical-coordinate representation of color #B3A86F: hue angle of 50.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3A86F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 168 111 -
CMYK 0 0.06 0.38 0.30
HSL 50.29º 0.31% 0.57% -
HSV(B) 50.29º 0.38% 0.7% -
XYZ 35.46 38.74 20.65 -
YUV 164.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 179 168 111 0 0.06 0.38 0.30 50.29 0.31 0.57
Hex B3 A8 6F 0 6 26 1E 32 1F 39
Octal 263 250 157 0 6 46 36 62 37 71
Binary 10110011 10101000 1101111 0 110 100110 11110 110010 11111 111001

Color Harmonies of #B3A86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A86F

Black with #B3A86F

Text Example


Text Example

White with #B3A86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A86F; }

 p { color: rgb(179,168,111); }

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

background-color css

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

 a { background-color: rgb(179,168,111); }

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

border-color css

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

 span { border-color: rgb(179,168,111); }

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